diff --git a/client/src/helpers/filters/filters.json b/client/src/helpers/filters/filters.json index 37b286bb..565cd74d 100644 --- a/client/src/helpers/filters/filters.json +++ b/client/src/helpers/filters/filters.json @@ -42,6 +42,12 @@ "homepage": "https://someonewhocares.org/", "source": "https://someonewhocares.org/hosts/zero/hosts" }, + "oisd": { + "name": "OISD Blocklist Basic", + "categoryId": "general", + "homepage": "https://oisd.nl/", + "source": "https://abp.oisd.nl/basic/" + }, "game-console-adblock-list": { "name": "Game Console Adblock List", "categoryId": "general", @@ -54,12 +60,6 @@ "homepage": "https://github.com/Perflyst/PiHoleBlocklist", "source": "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV-AGH.txt" }, - "windows-spy-blocker" : { - "name": "WindowsSpyBlocker - Hosts spy rules", - "categoryId": "general", - "homepage": "https://github.com/crazy-max/WindowsSpyBlocker", - "source": "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt" - }, "nocoin-filter-list": { "name": "NoCoin Filter List", "categoryId": "security", @@ -84,18 +84,18 @@ "homepage": "https://gitlab.com/curben/urlhaus-filter", "source": "https://curben.gitlab.io/malware-filter/urlhaus-filter-agh-online.txt" }, + "dandelion-sprouts-anti-malware-list": { + "name": "Dandelion Sprout's Anti-Malware List", + "categoryId": "security", + "homepage": "https://github.com/DandelionSprout/adfilt", + "source": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareAdGuardHome.txt" + }, "NOR-dandelion-sprouts-nordiske-filtre": { "name": "NOR: Dandelion Sprouts nordiske filtre", "categoryId": "regional", "homepage": "https://github.com/DandelionSprout/adfilt", "source": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersAdGuardHome.txt" }, - "TUR-nurcan-turk-ad-list": { - "name": "TUR: nurcan Türk ad-list", - "categoryId": "regional", - "homepage": "https://github.com/DandelionSprout/adfilt", - "source": "https://raw.githubusercontent.com/xorcan/hosts/master/xhosts.txt" - }, "POL-polish-filters-for-pihole": { "name": "POL: Polish filters for Pi hole", "categoryId": "regional", @@ -155,6 +155,12 @@ "categoryId": "regional", "homepage": "https://forums.lanik.us/viewforum.php?f=100", "source": "https://easylist-downloads.adblockplus.org/easylistdutch.txt" + }, + "windows-spy-blocker" : { + "name": "WindowsSpyBlocker - Hosts spy rules", + "categoryId": "other", + "homepage": "https://github.com/crazy-max/WindowsSpyBlocker", + "source": "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt" } } }