From a376b8084d7fe0b3e7f447bb86c0534d36c34839 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 9 Oct 2024 03:08:47 +0900 Subject: [PATCH] Update fediverse.py --- plugins/fediverse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/fediverse.py b/plugins/fediverse.py index f5f0ecf..003ae25 100644 --- a/plugins/fediverse.py +++ b/plugins/fediverse.py @@ -75,6 +75,7 @@ class Fediverse(Extension): # check if the text contains any of the bad domains if bool(re.search(r"https://(" + "|".join(re.escape(domain) for domain in bad_domains) + ")", text)): + logger.warning("[*] Found a bad reputation domain") return True # check ID with K-Anonymity strategy