From f7bc7723f34eaf8288779bda1e8990cd6d68ad55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 1 Jul 2023 02:06:20 +0200 Subject: [PATCH] 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 --- fba/helpers/blacklist.py | 2 ++ 1 file changed, 2 insertions(+) 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", ] -- 2.39.5