From: Roland Häder Date: Sun, 26 Jan 2025 13:23:31 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f1ff93c1e5c96445b13d589773c197f15dff9d90;p=fba.git Continued: - added CSV URL from Kromonos --- diff --git a/fba/helpers/blocklists.py b/fba/helpers/blocklists.py index de314a5..c208049 100644 --- a/fba/helpers/blocklists.py +++ b/fba/helpers/blocklists.py @@ -68,6 +68,9 @@ csv_files = ( { "blocker": "pleroma.envs.net", "csv_url": "https://seirdy.one/pb/pleroma.envs.net.csv", + },{ + "blocker": "social.mooneyed.de", + "csv_url": "https://raw.githubusercontent.com/kromonos/fedi-health/refs/heads/master/_unified_tier3_blocklist.csv", }, )