Ticket #19354: 19354.diff
File 19354.diff, 639 bytes (added by , 13 years ago) |
---|
-
wp-includes/functions.php
4666 4666 static $protocols; 4667 4667 4668 4668 if ( empty( $protocols ) ) { 4669 $protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn' );4669 $protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'data' ); 4670 4670 $protocols = apply_filters( 'kses_allowed_protocols', $protocols ); 4671 4671 } 4672 4672