From: Andrew Dolgov Date: Fri, 22 Jan 2016 23:17:00 +0000 (+0300) Subject: sanitize: allow X-Git-Tag: 16.3~48 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=3b44aae0f32dce159caea9498e4824a24a7ba4ac sanitize: allow --- diff --git a/include/functions2.php b/include/functions2.php index 92ed3f34..fb2fff28 100755 --- a/include/functions2.php +++ b/include/functions2.php @@ -972,7 +972,7 @@ $allowed_elements = array('a', 'address', 'audio', 'article', 'aside', 'b', 'bdi', 'bdo', 'big', 'blockquote', 'body', 'br', 'caption', 'cite', 'center', 'code', 'col', 'colgroup', - 'data', 'dd', 'del', 'details', 'div', 'dl', 'font', + 'data', 'dd', 'del', 'details', 'description', 'div', 'dl', 'font', 'dt', 'em', 'footer', 'figure', 'figcaption', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'html', 'i', 'img', 'ins', 'kbd', 'li', 'main', 'mark', 'nav', 'noscript',