From f56bf1e0de5625145e3bd6e14833923ae717cf83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 26 Jul 2023 17:49:52 +0200 Subject: [PATCH] Continued: - run.app is another mass-hoster for testing/developing code, no real instances are hosted there --- fba/helpers/blacklist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index a04e81b..282628c 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -38,6 +38,7 @@ _blacklist = { "gitpod.io" : "Floods federation tables with fake nodes", "everyoneattack.com" : "Floods federation tables with fake nodes", "vercel.app" : "Floods federation tables with fake nodes", + "run.app" : "Floods federation tables with fake nodes", "fnaf.stream" : "Trolls with over-long sub-domain name(s)", "ngrok.io" : "Testing/developing instances shouldn't be part of public instances", "ngrok.app" : "Testing/developing instances shouldn't be part of public instances", -- 2.39.5