From cbceab0f65a84426e123d684d3c671d6533bd4a2 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Fri, 5 Feb 2021 00:16:20 +0300 Subject: [PATCH] Change category for WindowsSpyBlocker to general --- client/src/helpers/filters/filters.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/helpers/filters/filters.json b/client/src/helpers/filters/filters.json index 192973a9..6cd61084 100644 --- a/client/src/helpers/filters/filters.json +++ b/client/src/helpers/filters/filters.json @@ -54,6 +54,12 @@ "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" + }, "spam404": { "name": "Spam404", "categoryId": "security", @@ -155,12 +161,6 @@ "categoryId": "other", "homepage": "https://github.com/paulgb/BarbBlock/", "source": "https://paulgb.github.io/BarbBlock/blacklists/hosts-file.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" } } }