From 9089047b0f5fac8a394ef0b4c8822ce5c7483212 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 5 Aug 2017 15:05:22 +0200 Subject: Changed the filter format --- test/filter.json | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'test') diff --git a/test/filter.json b/test/filter.json index dc4c55b..d52efe7 100644 --- a/test/filter.json +++ b/test/filter.json @@ -1,13 +1,15 @@ { "name": "Poi Test Filter List", - "url": "todo.url", - "rules": [ - { - "firstPartyUrl": "duckduckgo.com", - "requestUrl": "css", - "allowTypes": ["Stylesheet"], - "blockTypes": [], - "shouldBlock": true + "url": "https://neueland.iserlohn-fortress.net/filter.json", + "rules": { + "": { + "google-analytics.com": true, + "js-agent.newrelic.com": true, + "js": true + }, + "duckduckgo.com": { + "css": false, + "js": false } - ] + } } -- cgit v1.2.1