aboutsummaryrefslogtreecommitdiff
path: root/test/filter.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/filter.json')
-rw-r--r--test/filter.json8
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
}
]