From aa56da14b6b0493b57a7ce51bd6154cac5ad4844 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 9 Sep 2019 18:38:15 +0100 Subject: [PATCH] Extra site --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index c3ed134b..4fc88859 100644 --- a/utils.py +++ b/utils.py @@ -22,7 +22,7 @@ def getStatusNumber() -> (str,str): def isEvil(domain: str) -> bool: # https://www.youtube.com/watch?v=5qw1hcevmdU - evilDomains=['gab.com','gabfed.com','spinster.xyz'] + evilDomains=['gab.com','gabfed.com','spinster.xyz','djitter.com'] for concentratedEvil in evilDomains: if domain.endswith(concentratedEvil): return True