aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-05-24 15:29:25 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-05-24 15:29:25 +0200
commit863da92c57a5d6245bac3885936f59da88041e75 (patch)
tree9125ee3ac879c8be44019e5ffc27a5c3b4d2a92e /test
parentReworking URL filter (diff)
downloadsmolbote-863da92c57a5d6245bac3885936f59da88041e75.tar.xz
Improved filter rules
Diffstat (limited to 'test')
-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
}
]