Fix #4582: Safebooru should not block "censored" tag

* Remove the default list of blocked tags in safe mode.
* Change it so that tags that are blocked in safe mode are filtered out
  at the database level rather than at the html level.
This commit is contained in:
evazion
2022-05-17 02:16:58 -05:00
parent 8239a1b551
commit ce18c866d9
4 changed files with 17 additions and 17 deletions

View File

@@ -253,7 +253,7 @@ module Danbooru
# Tags that are not visible in safe mode.
def safe_mode_restricted_tags
restricted_tags + %w[censored condom nipples nude penis pussy sexually_suggestive]
[]
end
# If present, the 404 page will show a random post from this pool.