]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 26 Jan 2025 13:23:31 +0000 (14:23 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 26 Jan 2025 13:23:31 +0000 (14:23 +0100)
- added CSV URL from Kromonos

fba/helpers/blocklists.py

index de314a52be29a55c2b968120598cc1f8d3289c5c..c208049c08c5e5682632753d91807509d1dcf16d 100644 (file)
@@ -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",
     },
 )