mirror of https://gitlab.com/bashrc2/epicyon
Additional domain blocks
parent
407fcc038f
commit
1f20662c2b
2
utils.py
2
utils.py
|
@ -787,7 +787,7 @@ def is_evil(domain: str) -> bool:
|
||||||
evil_emporium = (
|
evil_emporium = (
|
||||||
'nazi', 'extremis', 'extreemis', 'gendercritic',
|
'nazi', 'extremis', 'extreemis', 'gendercritic',
|
||||||
'kiwifarm', 'illegal', 'raplst', 'rapist',
|
'kiwifarm', 'illegal', 'raplst', 'rapist',
|
||||||
'antivax', 'plandemic'
|
'rapl.st', 'rapi.st', 'antivax', 'plandemic', 'terror'
|
||||||
)
|
)
|
||||||
for hostile_str in evil_emporium:
|
for hostile_str in evil_emporium:
|
||||||
if hostile_str in domain:
|
if hostile_str in domain:
|
||||||
|
|
Loading…
Reference in New Issue