From: Andrew Dolgov Date: Wed, 20 Mar 2013 17:22:20 +0000 (+0400) Subject: harmful tags: enable font X-Git-Tag: 1.7.5~66 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=46ec3348ca9ad381dcecfd01a1e6620e83abde82;p=tt-rss.git harmful tags: enable font --- diff --git a/include/functions.php b/include/functions.php index d9a3a596..ca129ab8 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2656,7 +2656,7 @@ $allowed_elements = array('a', 'address', 'audio', 'article', 'b', 'big', 'blockquote', 'body', 'br', 'cite', - 'code', 'dd', 'del', 'details', 'div', 'dl', + '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',