Ticket #59708: patch.patch
File patch.patch, 442 bytes (added by , 14 months ago) |
---|
-
wp-includes/http.php
diff --git a/wp-includes/http.php b/wp-includes/http.php index e1738beedf..6ead7b56a3 100644
a b function get_allowed_http_origins() { 431 431 // @todo Preserve port? 432 432 $allowed_origins = array_unique( 433 433 array( 434 'http://' . $admin_origin['host'],435 434 'https://' . $admin_origin['host'], 436 'http://' . $home_origin['host'],437 435 'https://' . $home_origin['host'], 438 436 ) 439 437 );