aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/filter.json20
1 files changed, 11 insertions, 9 deletions
diff --git a/test/filter.json b/test/filter.json
index dc4c55b..d52efe7 100644
--- a/test/filter.json
+++ b/test/filter.json
@@ -1,13 +1,15 @@
{
"name": "Poi Test Filter List",
- "url": "todo.url",
- "rules": [
- {
- "firstPartyUrl": "duckduckgo.com",
- "requestUrl": "css",
- "allowTypes": ["Stylesheet"],
- "blockTypes": [],
- "shouldBlock": true
+ "url": "https://neueland.iserlohn-fortress.net/filter.json",
+ "rules": {
+ "": {
+ "google-analytics.com": true,
+ "js-agent.newrelic.com": true,
+ "js": true
+ },
+ "duckduckgo.com": {
+ "css": false,
+ "js": false
}
- ]
+ }
}