]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 18 Nov 2023 22:50:03 +0000 (23:50 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 18 Nov 2023 22:50:03 +0000 (23:50 +0100)
- added another testing site 'tunnel.silicon.moe'

fba/helpers/blacklist.py

index 7bf048ec0ed7357f59ce2bedb97972bdb7b6ac5f..f0cb24b8ab2dae6e19ad0e4ebff2ec1c047f0740 100644 (file)
@@ -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",
 }