From 84cd608525a347b590890e32900a223319c0500c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 25 Jul 2023 14:17:48 +0200 Subject: [PATCH] Continued: - blacklisted 'vercel.app' --- fba/helpers/blacklist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index c96012e..a04e81b 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -37,6 +37,7 @@ _blacklist = { "grid.tf" : "Floods federation tables with fake nodes", "gitpod.io" : "Floods federation tables with fake nodes", "everyoneattack.com" : "Floods federation tables with fake nodes", + "vercel.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