mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-09-02 21:22:41 +00:00
chg: [blur unsafe images] blur violence and pornography-illicit-or-illegal tags + add warning message
This commit is contained in:
parent
f7c92348bb
commit
4167b36d1a
2 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,9 @@ UNSAFE_TAGS = None
|
|||
|
||||
def build_unsafe_tags():
|
||||
tags = set()
|
||||
# violence
|
||||
tags.add('dark-web:topic="violence"')
|
||||
tags.add('dark-web:topic="pornography-illicit-or-illegal"')
|
||||
# CE content
|
||||
tags.add('dark-web:topic="pornography-child-exploitation"')
|
||||
# add copine-scale tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue