From 06369d3f810dc8d1a670cc41c4503ac5d881fc62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 2 May 2024 03:23:12 +0200 Subject: [PATCH] Continued: - serveo.net blacklisted: 'Expose local servers to the internet' --- fba/helpers/blacklist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index 321fe3f..f357c02 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", + "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", "fb.me" : "Facebook websites are never Fediverse instances", -- 2.39.5