summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-28 14:03:09 +0400
committerAndrew Dolgov <[email protected]>2013-03-28 14:03:09 +0400
commiteb734e52254e46f90c49a1919652f7aefd2ff989 (patch)
treeb2e2b8647e910d4cb5a665d889cc9afe5ff6321b /include
parentfcef9eeae008bfb921614a55e6c3589a04ec06ec (diff)
strip_harmful_tags: allow noscript
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
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' );