kopia lustrzana https://git.sr.ht/~tsileo/microblog.pub
Tweak blacklist
rodzic
f9195bac80
commit
ace2575cf9
4
app.py
4
app.py
|
@ -129,7 +129,11 @@ H2T.ignore_images = True
|
|||
|
||||
|
||||
def is_blacklisted(url: str) -> bool:
|
||||
try:
|
||||
return urlparse(url).netloc in BLACKLIST
|
||||
except Exception:
|
||||
logger.exception(f"failed to blacklist for {url}")
|
||||
return False
|
||||
|
||||
|
||||
def verify_pass(pwd):
|
||||
|
|
Ładowanie…
Reference in New Issue