From 96d6286c2420a051c1dac137b25133a72edb88bc Mon Sep 17 00:00:00 2001 From: Marco Acorte Date: Tue, 12 Apr 2022 17:30:39 +0200 Subject: [PATCH] Custom blocklist support: antispam-it #970 --- privacy/blocklists/antispam-it.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 privacy/blocklists/antispam-it.json diff --git a/privacy/blocklists/antispam-it.json b/privacy/blocklists/antispam-it.json new file mode 100644 index 00000000..9f176b00 --- /dev/null +++ b/privacy/blocklists/antispam-it.json @@ -0,0 +1,9 @@ +{ + "name": "antispam-IT", + "website": "https://github.com/marco-acorte/antispam-it", + "description": "Strictly blocks advertisements networks, malwares, spams, statistics & trackers included in phishing/malware/spam campaign harassing poor italian (domain.it) mailboxes. Manually verified, and is updated regularly.", + "source": { + "url": "https://raw.githubusercontent.com/marco-acorte/antispam-it/main/antispam-it.txt", + "format": "domains" + } +}