Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/wp-includes/http.php
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ function send_origin_headers() {
*
* - `http://192.168.0.1/caniload.php` - IP address from LAN network.
* This can be changed with the {@see 'http_request_host_is_external'} filter.
* - `http://198.143.164.252:81/caniload.php` - By default, only ports 80, 443, and 8080 are allowed.
* - `http://198.51.100.50:81/caniload.php` - By default, only ports 80, 443, and 8080 are allowed.
* This can be changed with the {@see 'http_allowed_safe_ports'} filter.
*
* @since 3.5.2
Expand Down
Loading