Additional domain blocks

main
Bob Mottram 2022-02-13 20:31:31 +00:00
parent 407fcc038f
commit 1f20662c2b
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ def is_evil(domain: str) -> bool:
evil_emporium = (
'nazi', 'extremis', 'extreemis', 'gendercritic',
'kiwifarm', 'illegal', 'raplst', 'rapist',
'antivax', 'plandemic'
'rapl.st', 'rapi.st', 'antivax', 'plandemic', 'terror'
)
for hostile_str in evil_emporium:
if hostile_str in domain: