From 1fb781cc37c0db02da9673a4cfdf4bea93a1d823 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 3 Mar 2024 04:37:26 +0100 Subject: [PATCH] Continued: - added 7988276.xyz as a testing/development hoster --- fba/helpers/blacklist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index 33cd2aa..5a27c7f 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -51,6 +51,7 @@ _blacklist = { "ignorelist.com" : "Testing/developing instances shouldn't be part of public instances", "app.github.dev" : "Testing/developing instances shouldn't be part of public instances", "tunnel.silicon.moe" : "Testing/developing instances shouldn't be part of public instances", + "7988276.xyz" : "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", -- 2.39.5