From: Roland Häder Date: Tue, 9 Jul 2024 22:23:14 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0df04773d144c637a98e4f70951c44df2537725e;p=fba.git Continued: - added 'devtunnels.ms' to blacklist as this is only for testing/developing --- diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index f357c02..7273aa0 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -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",