Changeset 59298 for branches/6.6/src/wp-includes/http.php
- Timestamp:
- 10/27/2024 10:32:58 PM (6 weeks ago)
- Location:
- branches/6.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.6
-
branches/6.6/src/wp-includes/http.php
r58388 r59298 543 543 * - http:///example.com/caniload.php - Malformed URL. 544 544 * - http://user:pass@example.com/caniload.php - Login information. 545 * - http://example eeee.com/caniload.php - Invalid hostname, as the IP cannot be looked up in DNS.545 * - http://example.invalid/caniload.php - Invalid hostname, as the IP cannot be looked up in DNS. 546 546 * 547 547 * Examples of URLs that are considered unsafe by default:
Note: See TracChangeset
for help on using the changeset viewer.