We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ed40a commit 081338bCopy full SHA for 081338b
inc/html.class.php
@@ -91,6 +91,7 @@ static function clean($value, $striptags = true, $keep_bad = 2) {
91
'comment' => 1, // 1: remove
92
'cdata' => 1, // 1: remove
93
'direct_list_nest' => 1, // 1: Allow usage of ul/ol tags nested in other ul/ol tags
94
+ 'schemes' => 'aim, app, feed, file, ftp, gopher, http, https, !javascript, irc, mailto, news, nntp, sftp, ssh, tel, telnet'
95
]
96
);
97
0 commit comments