From 71a47ff28c493864f0a8943a40b8cdeb5ae8ceaf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 18 Nov 2023 23:50:03 +0100 Subject: [PATCH] Continued: - added another testing site 'tunnel.silicon.moe' --- fba/helpers/blacklist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index 7bf048e..f0cb24b 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -48,6 +48,7 @@ _blacklist = { "netlify.app" : "Testing/developing instances shouldn't be part of public instances", "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", "hexbear.net" : "Is a Lemmy instance with malicious JavaScript code (shell commands)", "mastodon.n41.lat" : "Somehow this instance repeatedly causes an OOM here", } -- 2.39.5