diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-17 21:55:00 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-17 21:55:00 -0700 |
commit | 0f5ae5cac8770e27e815ac6558862a0fd321446d (patch) | |
tree | d3040c8784c6e1b0087eaceefec807c800886fe5 /include/taxonomy.php | |
parent | 6903dbcc0dd01e86f853fdd0cba680ece05aa937 (diff) | |
download | volse-hubzilla-0f5ae5cac8770e27e815ac6558862a0fd321446d.tar.gz volse-hubzilla-0f5ae5cac8770e27e815ac6558862a0fd321446d.tar.bz2 volse-hubzilla-0f5ae5cac8770e27e815ac6558862a0fd321446d.zip |
also add the noisy 'rss' tag
Diffstat (limited to 'include/taxonomy.php')
-rw-r--r-- | include/taxonomy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/taxonomy.php b/include/taxonomy.php index 59998be83..c46f60e46 100644 --- a/include/taxonomy.php +++ b/include/taxonomy.php @@ -349,7 +349,7 @@ function pub_tagadelic($net,$site,$limit,$recent,$safemode,$type) { if($safemode) { - $unsafetags = get_config('system','unsafepubtags', [ 'boobs', 'bot', 'girl','girls', 'nsfw', 'sexy', 'nude' ]); + $unsafetags = get_config('system','unsafepubtags', [ 'boobs', 'bot', 'rss', 'girl','girls', 'nsfw', 'sexy', 'nude' ]); if($unsafetags) { stringify_array_elms($unsafetags,true); $sql_extra .= " and not term.term in ( " . implode(",",$unsafetags) . ") "; |