From a362e25adb5364bcafcfcdc445078c6121a92cbe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 17 Jul 2023 18:06:59 +0200 Subject: [PATCH] Continued: - blacklisted `ngrok.app` as this is another testing/developing domain name --- fba/helpers/blacklist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index e2e8a00..3aa89c0 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -38,6 +38,7 @@ blacklist = [ "loca.lt", # Testing/developing installations "ngrok.io", + "ngrok.app", "ngrok-free.app", "misskeytest.chn.moe", "netlify.app", -- 2.39.5