]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 1 Jul 2023 00:06:20 +0000 (02:06 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 1 Jul 2023 00:11:29 +0000 (02:11 +0200)
- 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

index 905753148af5f49a255aedb7807440cc70dba236..18fda14e28c284443a7fe5fae992413f4004005d 100644 (file)
@@ -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",
 ]