From 232368f045c75c6540bf2cac92afa1ea6fc5e63b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 28 Nov 2023 23:37:12 +0100 Subject: [PATCH] Blacklist updated: - added mass sub-domain flooder - added fb.me (Facebook websites) --- fba/helpers/blacklist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index ef89694..019a070 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -40,6 +40,7 @@ _blacklist = { "vercel.app" : "Floods federation tables with fake nodes", "run.app" : "Floods federation tables with fake nodes", "sutty.nl" : "Floods federation tables with fake nodes", + "mdrqnxtagon.pw" : "Floods federation tables with fake nodes", "denden.world" : "Looks like a valid Mastodon instance, but return exactly (!) 5k instances with trash domains", "fnaf.stream" : "Trolls with over-long sub-domain name(s)", "ngrok.io" : "Testing/developing instances shouldn't be part of public instances", @@ -52,6 +53,7 @@ _blacklist = { "tunnel.silicon.moe" : "Testing/developing instances shouldn't be part of public instances", "hexbear.net" : "Is a Lemmy instance with malicious JavaScript code (shell commands)", "mastodon.n41.lat" : "Somehow this instance repeatedly causes an OOM here", + "fb.me" : "Facebook websites are never Fediverse instances", "icolectiva.org" : "Parked domain, no fediverse instance", "blombus.com" : "Parked domain, no fediverse instance", "eliotberriot.com" : "Parked domain, no fediverse instance", -- 2.39.5