From: Andrew Dolgov Date: Fri, 5 Feb 2016 08:31:13 +0000 (+0300) Subject: sanitize: allow (thanks, livejournal) X-Git-Tag: 16.3~32 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=50bda3fefbff31e5a5503d6fd1a927412fe29026;hp=0edf1d0dc0bce5c1473fce3feda1087784e49e22;p=tt-rss.git sanitize: allow (thanks, livejournal) --- diff --git a/include/functions2.php b/include/functions2.php index 15797a95..7c714f56 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';