Ticket #21604: 21604.patch
| File 21604.patch, 662 bytes (added by ethitter, 9 months ago) |
|---|
-
wp-includes/functions.php
3531 3531 static $protocols; 3532 3532 3533 3533 if ( empty( $protocols ) ) { 3534 $protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax' );3534 $protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp' ); 3535 3535 $protocols = apply_filters( 'kses_allowed_protocols', $protocols ); 3536 3536 } 3537 3537
