forked from indymedia/epicyon
Extra site
parent
28d30ed497
commit
aa56da14b6
2
utils.py
2
utils.py
|
@ -22,7 +22,7 @@ def getStatusNumber() -> (str,str):
|
||||||
|
|
||||||
def isEvil(domain: str) -> bool:
|
def isEvil(domain: str) -> bool:
|
||||||
# https://www.youtube.com/watch?v=5qw1hcevmdU
|
# 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:
|
for concentratedEvil in evilDomains:
|
||||||
if domain.endswith(concentratedEvil):
|
if domain.endswith(concentratedEvil):
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue