From bb95d72f1eea5e904475b4abce5a833023175f89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 28 Nov 2023 08:37:28 +0100 Subject: [PATCH] Continued: - blocked more parked domains --- fba/helpers/blacklist.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index 9276d4a..19e2987 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -57,6 +57,10 @@ _blacklist = { "eliotberriot.com" : "Parked domain, no fediverse instance", "fsam.one" : "Parked domain, no fediverse instance", "doot.tv" : "Parked domain, no fediverse instance", + "snet.blog" : "Parked domain, no fediverse instance", + "horserock.xyz" : "Parked domain, no fediverse instance", + "free-pic.org" : "Parked domain, no fediverse instance", + "co-mastdn.ga" : "Parked domain, no fediverse instance", "qwest.net" : "Dynamic IP address hosts should not be used for fediverse instances", } -- 2.39.5