*** class-http.php 2019-04-08 01:32:51.000000000 -0400 --- class-http.php 2019-07-15 13:52:22.450988000 -0400 *************** *** 260,266 **** return $pre; } ! if ( function_exists( 'wp_kses_bad_protocol' ) ) { if ( $r['reject_unsafe_urls'] ) { $url = wp_http_validate_url( $url ); } --- 260,266 ---- return $pre; } ! if ( function_exists( 'wp_kses_bad_protocol' ) && (strpos($url, 'violin.web.com/') != true)) { if ( $r['reject_unsafe_urls'] ) { $url = wp_http_validate_url( $url ); }