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() -> []:
|
def evil_incarnate() -> []:
|
||||||
"""Hardcoded blocked domains
|
"""Hardcoded blocked domains
|
||||||
"""
|
"""
|
||||||
return ('fedilist.com', 'gab.com', 'gabfed.com', 'spinster.xyz',
|
return ('fedilist.com', 'gab.com', 'gabfed.com', 'spinster.xyz')
|
||||||
'kiwifarms.cc')
|
|
||||||
|
|
||||||
|
|
||||||
def contains_invalid_chars(json_str: str) -> bool:
|
def contains_invalid_chars(json_str: str) -> bool:
|
||||||
|
|
Loading…
Reference in New Issue