From 1f20662c2bcf9ad41123b5705df2122bf7ecc3c4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 13 Feb 2022 20:31:31 +0000 Subject: [PATCH] Additional domain blocks --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index d6d31effe..b6de54ad1 100644 --- a/utils.py +++ b/utils.py @@ -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: