From: Roland Häder Date: Tue, 13 Feb 2024 18:31:31 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?p=fba.git;a=commitdiff_plain;h=07392ce7af1fbd88cff736cd05ed6881dd91011c Continued: - added some more plain-text block lists (thanks to @Kromonos) --- diff --git a/fba/helpers/blocklists.py b/fba/helpers/blocklists.py index 0538cff..df546f0 100644 --- a/fba/helpers/blocklists.py +++ b/fba/helpers/blocklists.py @@ -87,6 +87,12 @@ txt_files = ( },{ "blocker": "seirdy.one", "url" : "https://seirdy.one/pb/spammy-subdomains.txt", + },{ + "blocker": "karhan.guru", + "url" : "https://raw.githubusercontent.com/greyhat-academy/lists.d/main/activitypub.bots.block.list.tsv", + },{ + "blocker": "karhan.guru", + "url" : "https://raw.githubusercontent.com/greyhat-academy/lists.d/main/activitypub.domains.block.list.tsv", } )