Make WordPress Core


Ignore:
Timestamp:
07/07/2025 08:32:46 PM (13 months ago)
Author:
jorbin
Message:

Pings/Trackbacks: Use HTTPS for services that now support it.

This updates the default on new installations for rpc.pingomatic.com to use https while also upgrading existing sites that use rpc.pingomatic.com or rpc.twingly.com to use https for those two domains.

Reviewed by audrasjb.
Merges [60421] and [60422] to the 6.8 branch.

Props sabernhardt, peterwilsoncc, jorbin, bhubbard, matt.
Fixes #42007.

Location:
branches/6.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.8

  • branches/6.8/tests/phpunit/tests/option/sanitizeOption.php

    r56547 r60428  
    4444                        array( 'date_format', 'F j, Y', 'F j, <strong>Y</strong>' ),
    4545                        array( 'ping_sites', 'http://rpc.pingomatic.com/', 'http://rpc.pingomatic.com/' ),
     46                        array( 'ping_sites', 'https://rpc.pingomatic.com/', 'https://rpc.pingomatic.com/' ),
    4647                        array( 'ping_sites', "http://www.example.com\nhttp://example.org", "www.example.com \n\texample.org\n\n" ),
    4748                        array( 'gmt_offset', '0', 0 ),
Note: See TracChangeset for help on using the changeset viewer.