From: Roland Häder Date: Sat, 18 Nov 2023 22:50:03 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=71a47ff28c493864f0a8943a40b8cdeb5ae8ceaf;p=fba.git Continued: - added another testing site 'tunnel.silicon.moe' --- 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", }