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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user