From 389e8be96ea28031a9d3a9b6c4a9e4c508adacd2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 28 Nov 2023 06:54:55 +0100 Subject: [PATCH] Continued: - parked domains blocked --- fba/helpers/blacklist.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index a8ff359..9276d4a 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -53,6 +53,10 @@ _blacklist = { "hexbear.net" : "Is a Lemmy instance with malicious JavaScript code (shell commands)", "mastodon.n41.lat" : "Somehow this instance repeatedly causes an OOM here", "icolectiva.org" : "Parked domain, no fediverse instance", + "blombus.com" : "Parked domain, no fediverse instance", + "eliotberriot.com" : "Parked domain, no fediverse instance", + "fsam.one" : "Parked domain, no fediverse instance", + "doot.tv" : "Parked domain, no fediverse instance", "qwest.net" : "Dynamic IP address hosts should not be used for fediverse instances", } -- 2.39.5