diff options
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          }      ]  | 
