mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 07:21:46 +00:00
Update fediverse.py
This commit is contained in:
parent
2fb49ccf5f
commit
7472260de7
|
@ -72,7 +72,7 @@ class Fediverse(Extension):
|
|||
return False
|
||||
|
||||
# check if the text contains any of the bad domains
|
||||
bad_domains = list(filter(None, map(str.strip, bad_domain)))
|
||||
bad_domains = list(filter(None, map(str.strip, bad_domain.split(",")))
|
||||
if bool(re.search(r"https?://(" + "|".join(re.escape(domain) for domain in bad_domains) + ")", text)):
|
||||
logger.warning("[*] Found a bad reputation domain.")
|
||||
logger.warning("[*] BLOCKED MESSAGE: %s" % (text))
|
||||
|
|
Loading…
Reference in New Issue
Block a user