From 49d67a70b6e813cc220ee03731d792253d6d1ad1 Mon Sep 17 00:00:00 2001 From: bruvv <3063928+bruvv@users.noreply.github.com> Date: Mon, 18 Oct 2021 10:04:24 +0200 Subject: [PATCH 1/2] Cleaned up the list Since SPAM404 is not maintained anymore and is a huge full spam list now of it's own (https://github.com/Spam404/lists/pull/18) it is save to remove it I would say. Also removed X since it is also unmaintained Added Netherlands blocking list --- client/src/helpers/filters/filters.json | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/client/src/helpers/filters/filters.json b/client/src/helpers/filters/filters.json index 6cd61084..419f5253 100644 --- a/client/src/helpers/filters/filters.json +++ b/client/src/helpers/filters/filters.json @@ -60,12 +60,6 @@ "homepage": "https://github.com/crazy-max/WindowsSpyBlocker", "source": "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt" }, - "spam404": { - "name": "Spam404", - "categoryId": "security", - "homepage": "https://github.com/Spam404/lists", - "source": "https://raw.githubusercontent.com/Spam404/lists/master/main-blacklist.txt" - }, "nocoin-filter-list": { "name": "NoCoin Filter List", "categoryId": "security", @@ -156,11 +150,11 @@ "homepage": "https://github.com/ABPindo/indonesianadblockrules/", "source": "https://raw.githubusercontent.com/ABPindo/indonesianadblockrules/master/subscriptions/abpindo.txt" }, - "barb-block": { - "name": "BarbBlock", - "categoryId": "other", - "homepage": "https://github.com/paulgb/BarbBlock/", - "source": "https://paulgb.github.io/BarbBlock/blacklists/hosts-file.txt" - } + "NLD-Easylist": { + "name": "NLD: Easylist", + "categoryId": "regional", + "homepage": "https://forums.lanik.us/viewforum.php?f=100", + "source": "https://easylist-downloads.adblockplus.org/easylistdutch.txt" + }, } } From 7d9a1a2f30495511e85e88fa0ddcf4dc18f922a6 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Thu, 21 Oct 2021 14:36:02 +0300 Subject: [PATCH 2/2] client: fix json --- client/src/helpers/filters/filters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/helpers/filters/filters.json b/client/src/helpers/filters/filters.json index 419f5253..37b286bb 100644 --- a/client/src/helpers/filters/filters.json +++ b/client/src/helpers/filters/filters.json @@ -155,6 +155,6 @@ "categoryId": "regional", "homepage": "https://forums.lanik.us/viewforum.php?f=100", "source": "https://easylist-downloads.adblockplus.org/easylistdutch.txt" - }, + } } }