From 30384dc3d78f8f1b62618229d7f0062280cf9961 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 25 Jul 2023 00:05:50 +0200 Subject: [PATCH] Continued: - ignorelist.com is also for testing/developing --- fba/helpers/blacklist.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index 4f7a1a6..a580a14 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -34,12 +34,13 @@ _blacklist = { "loca.lt" : "Floods federation tables with fake nodes", "grid.tf" : "Floods federation tables with fake nodes", "gitpod.io" : "Floods federation tables with fake nodes", + "everyoneattack.com" : "Floods federation tables with fake nodes", "ngrok.io" : "Testing/developing instances shouldn't be part of public instances", "ngrok.app" : "Testing/developing instances shouldn't be part of public instances", "ngrok-free.app" : "Testing/developing instances shouldn't be part of public instances", "misskeytest.chn.moe" : "Testing/developing instances shouldn't be part of public instances", "netlify.app" : "Testing/developing instances shouldn't be part of public instances", - "everyoneattack.com" : "Floods federation tables with fake nodes", + "ignorelist.com" : "Testing/developing instances shouldn't be part of public instances", "hexbear.net" : "Is a Lemmy instance with malicious JavaScript code (shell commands)", } -- 2.39.5