From eb734e52254e46f90c49a1919652f7aefd2ff989 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Mar 2013 14:03:09 +0400 Subject: strip_harmful_tags: allow noscript --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index c5017cbce..0a97cbcc4 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2692,7 +2692,7 @@ 'code', 'dd', 'del', 'details', 'div', 'dl', 'font', 'dt', 'em', 'footer', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'html', 'i', 'img', 'ins', 'kbd', - 'li', 'nav', 'ol', 'p', 'pre', 'q', 's','small', + 'li', 'nav', 'noscript', 'ol', 'p', 'pre', 'q', 's','small', 'source', 'span', 'strike', 'strong', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'tfoot', 'th', 'thead', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'wbr', 'video' ); -- cgit v1.2.3