Make WordPress Core


Ignore:
Timestamp:
07/07/2025 06:04:00 PM (11 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.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/option/sanitizeOption.php

    r56547 r60421  
    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.