From 8f476ef7ed3642eb4763d422cf72fb6404b42726 Mon Sep 17 00:00:00 2001 From: MIOGMIOG <82799665+MIOGMIOG@users.noreply.github.com> Date: Wed, 22 May 2024 18:06:07 +0200 Subject: [PATCH 1/3] Add FMHY Unsafe sites Filterlist --- config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.json b/config.json index 6a3f933..c63a52c 100644 --- a/config.json +++ b/config.json @@ -577,6 +577,18 @@ "pack": ["malware"], "level": [1] }, + { + "vname": "FMHY Unsafe sites", + + "group": "Security", + "subg": "FMHY", + + "format": "domains", + "url": "https://raw.githubusercontent.com/WindowsAurora/FMHYFilterlist/main/filterlist-domains.txt", + + "pack": ["malware", "spyware"], + "level": [0, 1] + }, { "vname": "NoTrack Annoyance", "group": "Security", From 41d13914b2fb2f68629b865447fa5087dc313337 Mon Sep 17 00:00:00 2001 From: MIOGMIOG <82799665+MIOGMIOG@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:10:42 +0200 Subject: [PATCH 2/3] Add FMHY Unsafe sites Filterlist into the "NSO + Others (Amnesty)" entry instead --- config.json | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/config.json b/config.json index c63a52c..f1cee7c 100644 --- a/config.json +++ b/config.json @@ -577,18 +577,6 @@ "pack": ["malware"], "level": [1] }, - { - "vname": "FMHY Unsafe sites", - - "group": "Security", - "subg": "FMHY", - - "format": "domains", - "url": "https://raw.githubusercontent.com/WindowsAurora/FMHYFilterlist/main/filterlist-domains.txt", - - "pack": ["malware", "spyware"], - "level": [0, 1] - }, { "vname": "NoTrack Annoyance", "group": "Security", @@ -801,7 +789,7 @@ "vname": "NSO + Others (Amnesty)", "group": "Security", "subg": "Amnesty", - "format": ["domains", "domains", "domains", "hosts", "domains", "domains", "domains"], + "format": ["domains", "domains", "domains", "hosts", "domains", "domains", "domains", "domains"], "url": [ "https://raw.githubusercontent.com/AmnestyTech/investigations/master/2021-07-18_nso/domains.txt", "https://raw.githubusercontent.com/AmnestyTech/investigations/master/2021-10-07_donot/domains.txt", @@ -809,7 +797,8 @@ "https://raw.githubusercontent.com/cbuijs/accomplist/master/autodiscover/plain.black.domain.level-1.list", "https://raw.githubusercontent.com/scafroglia93/blocklists/master/blocklists-kaspersky.txt", "https://raw.githubusercontent.com/scafroglia93/blocklists/master/blocklists-zscaler.txt", - "https://raw.githubusercontent.com/scafroglia93/blocklists/master/blocklists-cyble.txt"], + "https://raw.githubusercontent.com/scafroglia93/blocklists/master/blocklists-cyble.txt", + "https://raw.githubusercontent.com/WindowsAurora/FMHYFilterlist/main/filterlist-domains.txt"], "pack": ["spyware", "malware"], "level": [0, 0] }, From 984d49856a3ea8e60768553385f6dcf6a194d202 Mon Sep 17 00:00:00 2001 From: MIOGMIOG <82799665+MIOGMIOG@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:08:45 +0200 Subject: [PATCH 3/3] Update the URL of FMHY Unsafe sites filterlist --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index f1cee7c..edaf59f 100644 --- a/config.json +++ b/config.json @@ -798,7 +798,7 @@ "https://raw.githubusercontent.com/scafroglia93/blocklists/master/blocklists-kaspersky.txt", "https://raw.githubusercontent.com/scafroglia93/blocklists/master/blocklists-zscaler.txt", "https://raw.githubusercontent.com/scafroglia93/blocklists/master/blocklists-cyble.txt", - "https://raw.githubusercontent.com/WindowsAurora/FMHYFilterlist/main/filterlist-domains.txt"], + "https://raw.githubusercontent.com/fmhy/FMHYFilterlist/main/filterlist-domains.txt"], "pack": ["spyware", "malware"], "level": [0, 0] },