From: Roland Häder Date: Tue, 29 Apr 2025 17:19:02 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ea59839be96995c43d7aede614588a72aad2303f;p=fba.git Continued: - possible trolling with `eeee` as domain name and nonsense sub-domains --- diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index 5db28da..69c9e85 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -84,6 +84,7 @@ _blacklist = { "cn24tv.it/page/" : "Useless massive pages", "youtube.com/channel/" : "Useless massive YT channels", "linodeusercontent.com" : "Some user-content hoster?", + "eeeeeeeee.eu" : "Trolling?", } @lru_cache