Ticket #17096: 17096.diff
File 17096.diff, 412 bytes (added by , 14 years ago) |
---|
-
class-http.php
1495 1495 1496 1496 $home = parse_url( get_option('siteurl') ); 1497 1497 1498 if ( $check['host'] == 'localhost' || $check['host'] == $home['host'])1498 if ( $check['host'] == 'localhost' ) 1499 1499 return false; 1500 1500 1501 1501 if ( !defined('WP_PROXY_BYPASS_HOSTS') )