]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 9 Jul 2024 22:23:14 +0000 (00:23 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 9 Jul 2024 22:23:14 +0000 (00:23 +0200)
- added 'devtunnels.ms' to blacklist as this is only for testing/developing

fba/helpers/blacklist.py

index f357c02525ef13734ea3e04cba51d88e0aa8fb3a..7273aa0bbb571254f5b093c223b2e1fce522191a 100644 (file)
@@ -54,6 +54,7 @@ _blacklist = {
     "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",
+    "devtunnels.ms"                  : "Testing/developing instances shouldn't be part of public instances",
     "serveo.net"                     : "Provides service 'expose local servers to the internet'",
     "hexbear.net"                    : "Is a Lemmy instance with malicious JavaScript code (shell commands)",
     "mastodon.n41.lat"               : "Somehow this instance repeatedly causes an OOM here",