From: Roland Häder Date: Mon, 24 Jul 2023 22:05:50 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30384dc3d78f8f1b62618229d7f0062280cf9961;p=fba.git Continued: - ignorelist.com is also for testing/developing --- 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)", }