mirror of https://gitlab.com/bashrc2/epicyon
Another domain block
parent
7b090eebb6
commit
bedfcaea60
2
flags.py
2
flags.py
|
|
@ -203,7 +203,7 @@ def is_evil(domain: str) -> bool:
|
||||||
# declaring itself to be hostile
|
# declaring itself to be hostile
|
||||||
evil_emporium = (
|
evil_emporium = (
|
||||||
'nazi', 'extremis', 'extreemis', 'gendercritic',
|
'nazi', 'extremis', 'extreemis', 'gendercritic',
|
||||||
'kiwifarm', 'illegal', 'raplst', 'rapist',
|
'kiwifarm', 'illegal', 'raplst', 'rapist', 'loli.',
|
||||||
'rapl.st', 'rapi.st', 'antivax', 'plandemic', 'terror'
|
'rapl.st', 'rapi.st', 'antivax', 'plandemic', 'terror'
|
||||||
)
|
)
|
||||||
for hostile_str in evil_emporium:
|
for hostile_str in evil_emporium:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue