From: Andrew Dolgov Date: Mon, 11 Apr 2011 12:43:54 +0000 (+0400) Subject: block STRIP_UNSAFE_TAGS (force enable) X-Git-Tag: 1.5.3~60 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=388c645a8b0caeeb32a2dc7472987af3da334adf;p=tt-rss.git block STRIP_UNSAFE_TAGS (force enable) --- diff --git a/functions.php b/functions.php index f8ea2503..98158029 100644 --- a/functions.php +++ b/functions.php @@ -3754,9 +3754,9 @@ $res = trim($str); if (!$res) return ''; - if (get_pref($link, "STRIP_UNSAFE_TAGS", $owner) || $force_strip_tags) { - $res = $purifier->purify($res); - } +// if (get_pref($link, "STRIP_UNSAFE_TAGS", $owner) || $force_strip_tags) { + $res = $purifier->purify($res); +// } if (get_pref($link, "STRIP_IMAGES", $owner)) { $res = preg_replace('/]+>/is', '', $res); diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index 191facfd..bcabd07a 100644 --- a/modules/pref-prefs.php +++ b/modules/pref-prefs.php @@ -5,7 +5,8 @@ $subop = $_REQUEST["subop"]; - $prefs_blacklist = array("HIDE_READ_FEEDS", "FEEDS_SORT_BY_UNREAD"); + $prefs_blacklist = array("HIDE_READ_FEEDS", "FEEDS_SORT_BY_UNREAD", + "STRIP_UNSAFE_TAGS"); $profile_blacklist = array("ALLOW_DUPLICATE_POSTS", "PURGE_OLD_DAYS", "PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",