diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-05-25 16:12:29 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-05-25 16:12:29 +0200 |
commit | 49324c8d4acbf36902754a2f1c62fb134df1b19e (patch) | |
tree | 3e4be38562d17f01a6051b9a895c5681e8f0b8ff /test | |
parent | Displaying filter rules in a tree model view (diff) | |
download | smolbote-49324c8d4acbf36902754a2f1c62fb134df1b19e.tar.xz |
Merged FilterRule into FilterNode
Diffstat (limited to 'test')
-rw-r--r-- | test/filter.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/filter.json b/test/filter.json index ffcdf56..dc4c55b 100644 --- a/test/filter.json +++ b/test/filter.json @@ -7,7 +7,7 @@ "requestUrl": "css", "allowTypes": ["Stylesheet"], "blockTypes": [], - "shouldBlock": false + "shouldBlock": true } ] } |