Advertisement
Guest User

Untitled

a guest
Nov 25th, 2013
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.50 KB | None | 0 0
  1. --- wp-includes/http.php.orig   2013-07-31 01:46:02.000000000 -0500
  2. +++ wp-includes/http.php    2013-11-21 13:39:29.164801831 -0600
  3. @@ -458,8 +458,8 @@
  4.                 || ( 192 === $parts[0] && 168 === $parts[1] )
  5.             ) {
  6.                 // If host appears local, reject unless specifically allowed.
  7. -               if ( ! apply_filters( 'http_request_host_is_external', false, $host, $url ) )
  8. -                   return false;
  9. +//             if ( ! apply_filters( 'http_request_host_is_external', false, $host, $url ) )
  10. +//                 return false;
  11.             }
  12.         }
  13.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement