forked from indymedia/epicyon
Warning message
parent
656589a620
commit
aff29e1f70
1
utils.py
1
utils.py
|
@ -62,6 +62,7 @@ def getStatusNumber() -> (str,str):
|
|||
|
||||
def isEvil(domain: str) -> bool:
|
||||
if not isinstance(domain, str):
|
||||
print('WARN: Malformed domain '+str(domain))
|
||||
return True
|
||||
# https://www.youtube.com/watch?v=5qw1hcevmdU
|
||||
evilDomains=('gab.com','gabfed.com','spinster.xyz','kiwifarms.cc','djitter.com')
|
||||
|
|
Loading…
Reference in New Issue