Make WordPress Core

Ticket #37300: protocol.patch

File protocol.patch, 667 bytes (added by geekysoft, 8 years ago)
  • functions.php

     
    49034903        static $protocols = array();
    49044904
    49054905        if ( empty( $protocols ) ) {
    4906                 $protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp', 'webcal' );
     4906                $protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp', 'webcal', 'urn' );
    49074907
    49084908                /**
    49094909                 * Filters the list of protocols allowed in HTML attributes.