From 863da92c57a5d6245bac3885936f59da88041e75 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 24 May 2017 15:29:25 +0200 Subject: Improved filter rules --- test/filter.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/filter.json b/test/filter.json index 0a7ecec..ffcdf56 100644 --- a/test/filter.json +++ b/test/filter.json @@ -1,8 +1,12 @@ { + "name": "Poi Test Filter List", + "url": "todo.url", "rules": [ { - "firstPartyUrl": "", - "requestUrl": "", + "firstPartyUrl": "duckduckgo.com", + "requestUrl": "css", + "allowTypes": ["Stylesheet"], + "blockTypes": [], "shouldBlock": false } ] -- cgit v1.2.1