From: Roland Häder Date: Sat, 1 Jul 2023 00:06:20 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f7bc7723f34eaf8288779bda1e8990cd6d68ad55;p=fba.git Continued: - blacklisted `activitypub-proxy.cf` as this fakes instances and is currently offline - blacklisted `netlify.app` as this is a mass-hoster with many fake sub domains --- diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index 9057531..18fda14 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -25,6 +25,7 @@ logger = logging.getLogger(__name__) blacklist = [ # Floods federation with fake nodes as "research" project "activitypub-troll.cf", + "activitypub-proxy.cf", # Similar troll "gab.best", # Similar troll @@ -38,6 +39,7 @@ blacklist = [ "ngrok.io", "ngrok-free.app", "misskeytest.chn.moe", + "netlify.app", # block flooder "everyoneattack.com", ]