Changeset 51877 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 09/30/2021 02:03:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r51826 r51877 882 882 883 883 // Don't block requests back to ourselves by default. 884 if ( 'localhost' === $check['host'] || ( isset( $home['host'] ) && $home['host'] == $check['host'] ) ) {884 if ( 'localhost' === $check['host'] || ( isset( $home['host'] ) && $home['host'] === $check['host'] ) ) { 885 885 /** 886 886 * Filters whether to block local HTTP API requests.
Note: See TracChangeset
for help on using the changeset viewer.