From 17979f4ba8e60815fe2a8aeb8ed777d371595701 Mon Sep 17 00:00:00 2001 From: "Marcelo (Chelo)" Date: Sun, 31 Dec 2023 13:50:21 -0500 Subject: [PATCH 01/24] Create configuration.json --- .../filter_55_1Hosts_Pro/configuration.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 filters/general/filter_55_1Hosts_Pro/configuration.json diff --git a/filters/general/filter_55_1Hosts_Pro/configuration.json b/filters/general/filter_55_1Hosts_Pro/configuration.json new file mode 100644 index 00000000000..06fd2fa793b --- /dev/null +++ b/filters/general/filter_55_1Hosts_Pro/configuration.json @@ -0,0 +1,20 @@ +{ + "name": "1Hosts (Pro)", + "description": "List for blocking pesky ads, trackers, and malware. Balanced version: set & forget, doesn't hamper user experience.", + "homepage": "https://badmojr.github.io/1Hosts/", + "sources": [ + { + "name": "1Hosts (Pro)", + "source": "https://o0.pages.dev/Pro/adblock.txt", + "type": "adblock", + "transformations": [ + "RemoveModifiers", + "Validate" + ] + } + ], + "transformations": [ + "Deduplicate", + "Compress" + ] + } \ No newline at end of file From fa2ae4ed775cccfa5f6f2b6fca060231911eb6c6 Mon Sep 17 00:00:00 2001 From: "Marcelo (Chelo)" Date: Sun, 31 Dec 2023 13:50:32 -0500 Subject: [PATCH 02/24] Create metadata.json --- filters/general/filter_55_1Hosts_Pro/metadata.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 filters/general/filter_55_1Hosts_Pro/metadata.json diff --git a/filters/general/filter_55_1Hosts_Pro/metadata.json b/filters/general/filter_55_1Hosts_Pro/metadata.json new file mode 100644 index 00000000000..543e2b9024f --- /dev/null +++ b/filters/general/filter_55_1Hosts_Pro/metadata.json @@ -0,0 +1,14 @@ +{ + "filterId": "1hosts_pro", + "id": 24, + "name": "1Hosts (Pro)", + "description": "List for blocking pesky ads, trackers, and malware. Balanced version: set & forget, doesn't hamper user experience.", + "timeAdded": 1640082678993, + "homepage": "https://badmojr.github.io/1Hosts/", + "expires": "4 days", + "displayNumber": 4, + "environment": "prod", + "tags": [ + "purpose:general" + ] + } \ No newline at end of file From 44a1bd9e38655fa0e1a308e5e4a3ca5ee3a47861 Mon Sep 17 00:00:00 2001 From: "Marcelo (Chelo)" Date: Sun, 31 Dec 2023 13:50:37 -0500 Subject: [PATCH 03/24] Update filters.json --- locales/en/filters.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/locales/en/filters.json b/locales/en/filters.json index bd54058ccd8..5276b24382d 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -206,5 +206,9 @@ { "hostlist.54.name": "HaGeZi's DynDNS Blocklist", "hostlist.54.description": "Blocks dynamic DNS services to protect against malicious use in phishing campaigns and others." + }, + { + "hostlist.55.name": "1Hosts (Pro)", + "hostlist.55.description": "List for blocking pesky ads, trackers, and malware. Balanced version: set & forget, doesn't hamper user experience." } ] \ No newline at end of file From 1b81904d6fc9d653de2c6d54e8dbccce28f97ea5 Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Tue, 30 Jan 2024 11:48:38 -0500 Subject: [PATCH 04/24] Update configuration.json --- filters/general/filter_55_1Hosts_Pro/configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/general/filter_55_1Hosts_Pro/configuration.json b/filters/general/filter_55_1Hosts_Pro/configuration.json index 06fd2fa793b..19433fca8b6 100644 --- a/filters/general/filter_55_1Hosts_Pro/configuration.json +++ b/filters/general/filter_55_1Hosts_Pro/configuration.json @@ -1,6 +1,6 @@ { "name": "1Hosts (Pro)", - "description": "List for blocking pesky ads, trackers, and malware. Balanced version: set & forget, doesn't hamper user experience.", + "description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX.", "homepage": "https://badmojr.github.io/1Hosts/", "sources": [ { From d3c133ae044a03e24b0a33b1bc324e257e3bcb27 Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Tue, 30 Jan 2024 11:48:45 -0500 Subject: [PATCH 05/24] Update metadata.json --- filters/general/filter_55_1Hosts_Pro/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/general/filter_55_1Hosts_Pro/metadata.json b/filters/general/filter_55_1Hosts_Pro/metadata.json index 543e2b9024f..f88ae773416 100644 --- a/filters/general/filter_55_1Hosts_Pro/metadata.json +++ b/filters/general/filter_55_1Hosts_Pro/metadata.json @@ -2,7 +2,7 @@ "filterId": "1hosts_pro", "id": 24, "name": "1Hosts (Pro)", - "description": "List for blocking pesky ads, trackers, and malware. Balanced version: set & forget, doesn't hamper user experience.", + "description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX.", "timeAdded": 1640082678993, "homepage": "https://badmojr.github.io/1Hosts/", "expires": "4 days", From ce7cb4e78d6aa45433e420e2fba990bd903e910d Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Tue, 30 Jan 2024 11:48:51 -0500 Subject: [PATCH 06/24] Update filters.json --- locales/en/filters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en/filters.json b/locales/en/filters.json index 5276b24382d..fe6e7aa2e25 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -209,6 +209,6 @@ }, { "hostlist.55.name": "1Hosts (Pro)", - "hostlist.55.description": "List for blocking pesky ads, trackers, and malware. Balanced version: set & forget, doesn't hamper user experience." + "hostlist.55.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX." } ] \ No newline at end of file From c7d3925ca25b344a7f52d1bbdbb0da0f5b44c268 Mon Sep 17 00:00:00 2001 From: Amacaqueru Date: Thu, 1 Feb 2024 09:58:19 -0500 Subject: [PATCH 07/24] Update filters/general/filter_55_1Hosts_Pro/metadata.json Co-authored-by: Alex --- filters/general/filter_55_1Hosts_Pro/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/general/filter_55_1Hosts_Pro/metadata.json b/filters/general/filter_55_1Hosts_Pro/metadata.json index f88ae773416..dc7fefb1a11 100644 --- a/filters/general/filter_55_1Hosts_Pro/metadata.json +++ b/filters/general/filter_55_1Hosts_Pro/metadata.json @@ -7,7 +7,7 @@ "homepage": "https://badmojr.github.io/1Hosts/", "expires": "4 days", "displayNumber": 4, - "environment": "prod", + "environment": "dev", "tags": [ "purpose:general" ] From a38fdcc28c9fdb3d19e4c2f32852eb912ab16276 Mon Sep 17 00:00:00 2001 From: Amacaqueru Date: Thu, 1 Feb 2024 13:03:40 -0500 Subject: [PATCH 08/24] Update filters/general/filter_55_1Hosts_Pro/configuration.json Co-authored-by: Alex --- filters/general/filter_55_1Hosts_Pro/configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/general/filter_55_1Hosts_Pro/configuration.json b/filters/general/filter_55_1Hosts_Pro/configuration.json index 19433fca8b6..2e7d4b23fcf 100644 --- a/filters/general/filter_55_1Hosts_Pro/configuration.json +++ b/filters/general/filter_55_1Hosts_Pro/configuration.json @@ -1,6 +1,6 @@ { "name": "1Hosts (Pro)", - "description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX.", + "description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com.", "homepage": "https://badmojr.github.io/1Hosts/", "sources": [ { From f8d3b15dc21f62c2e4292b19f564c98d06374800 Mon Sep 17 00:00:00 2001 From: Amacaqueru Date: Thu, 1 Feb 2024 13:03:50 -0500 Subject: [PATCH 09/24] Update locales/en/filters.json Co-authored-by: Alex --- locales/en/filters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en/filters.json b/locales/en/filters.json index fe6e7aa2e25..28d71f9bf2d 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -209,6 +209,6 @@ }, { "hostlist.55.name": "1Hosts (Pro)", - "hostlist.55.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX." + "hostlist.55.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com." } ] \ No newline at end of file From 1be3824f7ca03e180a4a53014293a8486b26785a Mon Sep 17 00:00:00 2001 From: Amacaqueru Date: Thu, 1 Feb 2024 13:20:46 -0500 Subject: [PATCH 10/24] Update filters/general/filter_55_1Hosts_Pro/metadata.json Co-authored-by: Alex --- filters/general/filter_55_1Hosts_Pro/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/general/filter_55_1Hosts_Pro/metadata.json b/filters/general/filter_55_1Hosts_Pro/metadata.json index dc7fefb1a11..1a791627b6f 100644 --- a/filters/general/filter_55_1Hosts_Pro/metadata.json +++ b/filters/general/filter_55_1Hosts_Pro/metadata.json @@ -2,7 +2,7 @@ "filterId": "1hosts_pro", "id": 24, "name": "1Hosts (Pro)", - "description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX.", + "description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com.", "timeAdded": 1640082678993, "homepage": "https://badmojr.github.io/1Hosts/", "expires": "4 days", From 62a1515f6409aeaf99147727fb7a7666baad4730 Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Mon, 1 Apr 2024 13:51:38 -0500 Subject: [PATCH 11/24] Update filters.json --- locales/en/filters.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en/filters.json b/locales/en/filters.json index 28d71f9bf2d..d68c06f201f 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -208,7 +208,7 @@ "hostlist.54.description": "Blocks dynamic DNS services to protect against malicious use in phishing campaigns and others." }, { - "hostlist.55.name": "1Hosts (Pro)", - "hostlist.55.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com." + "hostlist.58.name": "1Hosts (Pro)", + "hostlist.58.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com." } ] \ No newline at end of file From 7e5bee6de0aa17a5f69b98bb82c018f705ca6c8e Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Mon, 1 Apr 2024 13:52:28 -0500 Subject: [PATCH 12/24] Create configuration.json --- .../filter_58_1Hosts_Pro/configuration.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 filters/general/filter_58_1Hosts_Pro/configuration.json diff --git a/filters/general/filter_58_1Hosts_Pro/configuration.json b/filters/general/filter_58_1Hosts_Pro/configuration.json new file mode 100644 index 00000000000..9f5839e95b3 --- /dev/null +++ b/filters/general/filter_58_1Hosts_Pro/configuration.json @@ -0,0 +1,19 @@ +{ + "name": "1Hosts (Pro)", + "description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com.", + "homepage": "https://badmojr.github.io/1Hosts/", + "sources": [ + { + "name": "1Hosts (Pro)", + "source": "https://o0.pages.dev/Pro/adblock.txt", + "type": "adblock", + "transformations": [ + "Validate", + ] + } + ], + "transformations": [ + "Deduplicate", + "Compress" + ] + } \ No newline at end of file From 57708b4e63d9e4de6904b0362ff61451b46ab0f5 Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Mon, 1 Apr 2024 13:53:07 -0500 Subject: [PATCH 13/24] Create metadata.json --- filters/general/filter_58_1Hosts_Pro/metadata.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 filters/general/filter_58_1Hosts_Pro/metadata.json diff --git a/filters/general/filter_58_1Hosts_Pro/metadata.json b/filters/general/filter_58_1Hosts_Pro/metadata.json new file mode 100644 index 00000000000..32aa74baec3 --- /dev/null +++ b/filters/general/filter_58_1Hosts_Pro/metadata.json @@ -0,0 +1,14 @@ +{ + "filterId": "1hosts_pro", + "id": 58, + "name": "1Hosts (Pro)", + "description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com.", + "timeAdded": 1711997270992, + "homepage": "https://badmojr.github.io/1Hosts/", + "expires": "4 days", + "displayNumber": 4, + "environment": "dev", + "tags": [ + "purpose:general" + ] + } \ No newline at end of file From 11989105290049f9dbdb4b3f7926101467b3c8eb Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Mon, 1 Apr 2024 13:55:19 -0500 Subject: [PATCH 14/24] Delete configuration.json --- .../filter_55_1Hosts_Pro/configuration.json | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 filters/general/filter_55_1Hosts_Pro/configuration.json diff --git a/filters/general/filter_55_1Hosts_Pro/configuration.json b/filters/general/filter_55_1Hosts_Pro/configuration.json deleted file mode 100644 index 2e7d4b23fcf..00000000000 --- a/filters/general/filter_55_1Hosts_Pro/configuration.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "1Hosts (Pro)", - "description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com.", - "homepage": "https://badmojr.github.io/1Hosts/", - "sources": [ - { - "name": "1Hosts (Pro)", - "source": "https://o0.pages.dev/Pro/adblock.txt", - "type": "adblock", - "transformations": [ - "RemoveModifiers", - "Validate" - ] - } - ], - "transformations": [ - "Deduplicate", - "Compress" - ] - } \ No newline at end of file From 23c903b739d597d56385848660654580b5820306 Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Mon, 1 Apr 2024 13:55:24 -0500 Subject: [PATCH 15/24] Delete metadata.json --- filters/general/filter_55_1Hosts_Pro/metadata.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 filters/general/filter_55_1Hosts_Pro/metadata.json diff --git a/filters/general/filter_55_1Hosts_Pro/metadata.json b/filters/general/filter_55_1Hosts_Pro/metadata.json deleted file mode 100644 index 1a791627b6f..00000000000 --- a/filters/general/filter_55_1Hosts_Pro/metadata.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "filterId": "1hosts_pro", - "id": 24, - "name": "1Hosts (Pro)", - "description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com.", - "timeAdded": 1640082678993, - "homepage": "https://badmojr.github.io/1Hosts/", - "expires": "4 days", - "displayNumber": 4, - "environment": "dev", - "tags": [ - "purpose:general" - ] - } \ No newline at end of file From ae61747567121ce961d4014d296bc08b8c610ebf Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Wed, 8 May 2024 14:48:13 -0500 Subject: [PATCH 16/24] Update filters.json --- locales/en/filters.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/locales/en/filters.json b/locales/en/filters.json index d68c06f201f..1e581b79521 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -206,9 +206,20 @@ { "hostlist.54.name": "HaGeZi's DynDNS Blocklist", "hostlist.54.description": "Blocks dynamic DNS services to protect against malicious use in phishing campaigns and others." + }, + "hostlist.55.name": "HaGeZi's Badware Hoster Blocklist", + "hostlist.55.description": "Blocks known free hosters that also host badware via user content to prevent the use of these hosters for malicious purposes." + }, + { + "hostlist.56.name": "HaGeZi's The World's Most Abused TLDs", + "hostlist.56.description": "The Top Most Abused Top Level Domains, merged from HaGeZi, Yokoffing, DandelionSprout and SpamHAUS." }, { "hostlist.58.name": "1Hosts (Pro)", "hostlist.58.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com." } + { + "hostlist.59.name": "AdGuard DNS Popup Hosts filter", + "hostlist.59.description": "Filter includes rules for sites that open in a new window, composed from AdGuard, EasyList, ABPindo filters and improved for compatibility with DNS-level pop-up blocking." + } ] \ No newline at end of file From bec570f549d98811333bee281402c36e2f279fe3 Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Wed, 8 May 2024 14:50:53 -0500 Subject: [PATCH 17/24] Update filters.json --- locales/en/filters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en/filters.json b/locales/en/filters.json index 1e581b79521..303824ff515 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -218,7 +218,7 @@ "hostlist.58.name": "1Hosts (Pro)", "hostlist.58.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com." } - { + { "hostlist.59.name": "AdGuard DNS Popup Hosts filter", "hostlist.59.description": "Filter includes rules for sites that open in a new window, composed from AdGuard, EasyList, ABPindo filters and improved for compatibility with DNS-level pop-up blocking." } From 1c445fb907b3c9d8a2df348da429dab034b6a394 Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Wed, 8 May 2024 14:52:03 -0500 Subject: [PATCH 18/24] Update filters.json --- locales/en/filters.json | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/en/filters.json b/locales/en/filters.json index 303824ff515..876426e75b0 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -207,6 +207,7 @@ "hostlist.54.name": "HaGeZi's DynDNS Blocklist", "hostlist.54.description": "Blocks dynamic DNS services to protect against malicious use in phishing campaigns and others." }, + { "hostlist.55.name": "HaGeZi's Badware Hoster Blocklist", "hostlist.55.description": "Blocks known free hosters that also host badware via user content to prevent the use of these hosters for malicious purposes." }, From 4312bdd0dd574e5b4f41bf27db4f1b4717a42478 Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Wed, 8 May 2024 14:54:29 -0500 Subject: [PATCH 19/24] Update filters.json --- locales/en/filters.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en/filters.json b/locales/en/filters.json index 876426e75b0..3af7e290ffc 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -218,9 +218,9 @@ { "hostlist.58.name": "1Hosts (Pro)", "hostlist.58.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com." - } + }, { "hostlist.59.name": "AdGuard DNS Popup Hosts filter", "hostlist.59.description": "Filter includes rules for sites that open in a new window, composed from AdGuard, EasyList, ABPindo filters and improved for compatibility with DNS-level pop-up blocking." - } + }, ] \ No newline at end of file From 1a10f25bb5798a6d14ac05a58a77d0ce3acec036 Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Wed, 8 May 2024 14:58:48 -0500 Subject: [PATCH 20/24] Update filters.json --- locales/en/filters.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/locales/en/filters.json b/locales/en/filters.json index 3af7e290ffc..163a966cc9c 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -218,9 +218,5 @@ { "hostlist.58.name": "1Hosts (Pro)", "hostlist.58.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com." - }, - { - "hostlist.59.name": "AdGuard DNS Popup Hosts filter", - "hostlist.59.description": "Filter includes rules for sites that open in a new window, composed from AdGuard, EasyList, ABPindo filters and improved for compatibility with DNS-level pop-up blocking." - }, + } ] \ No newline at end of file From faf7f705d20052817ced0ef91991179dbaece2c0 Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Wed, 8 May 2024 15:01:10 -0500 Subject: [PATCH 21/24] Update filters.json --- locales/en/filters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en/filters.json b/locales/en/filters.json index 163a966cc9c..a83febb32e2 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -218,5 +218,5 @@ { "hostlist.58.name": "1Hosts (Pro)", "hostlist.58.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com." - } + }, ] \ No newline at end of file From 2348439fedf90786218d80f492fe7dc4bef7f1a2 Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Wed, 8 May 2024 15:02:20 -0500 Subject: [PATCH 22/24] Update filters.json --- locales/en/filters.json | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/en/filters.json b/locales/en/filters.json index a83febb32e2..a0389e7f11b 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -219,4 +219,5 @@ "hostlist.58.name": "1Hosts (Pro)", "hostlist.58.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com." }, + { ] \ No newline at end of file From 04f2bf3e03347da1717ad36b3052ae7de13e6323 Mon Sep 17 00:00:00 2001 From: amacaqueru Date: Wed, 8 May 2024 15:03:09 -0500 Subject: [PATCH 23/24] Update filters.json --- locales/en/filters.json | 1 - 1 file changed, 1 deletion(-) diff --git a/locales/en/filters.json b/locales/en/filters.json index a0389e7f11b..a83febb32e2 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -219,5 +219,4 @@ "hostlist.58.name": "1Hosts (Pro)", "hostlist.58.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com." }, - { ] \ No newline at end of file From 1e549120829f27a4a41cd636526574bf8ec0079b Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 20 May 2024 10:38:04 +0300 Subject: [PATCH 24/24] Update filters.json fixed error --- locales/en/filters.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/en/filters.json b/locales/en/filters.json index 8b3e0fcfac2..5d3030c314c 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -219,7 +219,8 @@ "hostlist.58.name": "1Hosts (Pro)", "hostlist.58.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com." }, + { "hostlist.59.name": "AdGuard DNS Popup Hosts filter", "hostlist.59.description": "Filter includes rules for sites that open in a new window, composed from AdGuard, EasyList, ABPindo filters and improved for compatibility with DNS-level pop-up blocking." } -] \ No newline at end of file +]