Make WordPress Core


Ignore:
Timestamp:
09/26/2020 09:00:19 PM (4 years ago)
Author:
TimothyBlynJacobs
Message:

Add ircs and irc6 to the list of allowed protocols.

This adds support for the secure and ipv6 variants of the already allowed irc protocol.

Props arealnobrainer, markparnell, ctmartin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/allowedProtocols.php

    r49006 r49055  
    4747            array( 'news', 'news://news.server.example/example.group.this' ),      // RFC5538
    4848            array( 'irc', 'irc://example.com/wordpress' ),
     49            array( 'irc6', 'irc6://example.com/wordpress' ),
     50            array( 'ircs', 'ircs://example.com/wordpress' ),
    4951            array( 'gopher', 'gopher://example.com/7a_gopher_selector%09foobar' ), // RFC4266
    5052            array( 'nntp', 'nntp://news.server.example/example.group.this' ),      // RFC5538
Note: See TracChangeset for help on using the changeset viewer.