From 2b54363304d8864b448d85c5716c17a28bf53b22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 21 Nov 2023 22:15:08 +0100 Subject: [PATCH] Continued: - added parked domain - added another list for seirdy.one --- fba/helpers/blacklist.py | 1 + fba/helpers/blocklists.py | 3 +++ 2 files changed, 4 insertions(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index f0cb24b..4b9fee9 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -51,6 +51,7 @@ _blacklist = { "tunnel.silicon.moe" : "Testing/developing instances shouldn't be part of public instances", "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", } def is_blacklisted(domain: str) -> bool: diff --git a/fba/helpers/blocklists.py b/fba/helpers/blocklists.py index deaf45d..03af850 100644 --- a/fba/helpers/blocklists.py +++ b/fba/helpers/blocklists.py @@ -83,6 +83,9 @@ txt_files = ( },{ "blocker": "seirdy.one", "url" : "https://seirdy.one/pb/FediNuke.txt", + },{ + "blocker": "seirdy.one", + "url" : "https://seirdy.one/pb/spammy-subdomains.txt", } ) -- 2.39.5