From 50bda3fefbff31e5a5503d6fd1a927412fe29026 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Feb 2016 11:31:13 +0300 Subject: [PATCH] sanitize: allow (thanks, livejournal) --- include/functions2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions2.php b/include/functions2.php index 15797a95d..7c714f564 100755 --- a/include/functions2.php +++ b/include/functions2.php @@ -979,7 +979,7 @@ 'ol', 'p', 'pre', 'q', 'ruby', 'rp', 'rt', 's', 'samp', 'section', 'small', 'source', 'span', 'strike', 'strong', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'tfoot', 'th', 'thead', 'time', - 'tr', 'track', 'tt', 'u', 'ul', 'var', 'wbr', 'video' ); + 'tr', 'track', 'tt', 'u', 'ul', 'var', 'wbr', 'video', 'xml:namespace' ); if ($_SESSION['hasSandbox']) $allowed_elements[] = 'iframe';