mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 20:41:29 +00:00
block STRIP_UNSAFE_TAGS (force enable)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user