mirror of https://gitlab.com/bashrc2/epicyon
Domain already covered by previous condition
parent
8e67d4910f
commit
241506749b
3
utils.py
3
utils.py
|
@ -1319,8 +1319,7 @@ def get_status_number(published_str: str = None) -> (str, str):
|
|||
def evil_incarnate() -> []:
|
||||
"""Hardcoded blocked domains
|
||||
"""
|
||||
return ('fedilist.com', 'gab.com', 'gabfed.com', 'spinster.xyz',
|
||||
'kiwifarms.cc')
|
||||
return ('fedilist.com', 'gab.com', 'gabfed.com', 'spinster.xyz')
|
||||
|
||||
|
||||
def contains_invalid_chars(json_str: str) -> bool:
|
||||
|
|
Loading…
Reference in New Issue