diff options
| author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-05-24 15:29:25 +0200 | 
|---|---|---|
| committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-05-24 15:29:25 +0200 | 
| commit | 863da92c57a5d6245bac3885936f59da88041e75 (patch) | |
| tree | 9125ee3ac879c8be44019e5ffc27a5c3b4d2a92e /test | |
| parent | Reworking URL filter (diff) | |
| download | smolbote-863da92c57a5d6245bac3885936f59da88041e75.tar.xz | |
Improved filter rules
Diffstat (limited to 'test')
| -rw-r--r-- | test/filter.json | 8 | 
1 files changed, 6 insertions, 2 deletions
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          }      ]  | 
