aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-05-21 20:24:57 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-05-21 20:24:57 +0200
commit1a9e09332261d18ee892fc3613f16a0e80d115e0 (patch)
tree1bb1a158799dcc231b48aafc61d605e243f49314 /test
parentUpdated CONTRIBUTING (diff)
downloadsmolbote-1a9e09332261d18ee892fc3613f16a0e80d115e0.tar.xz
Reworking URL filter
Diffstat (limited to 'test')
-rw-r--r--test/filter.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/filter.json b/test/filter.json
new file mode 100644
index 0000000..0a7ecec
--- /dev/null
+++ b/test/filter.json
@@ -0,0 +1,9 @@
+{
+ "rules": [
+ {
+ "firstPartyUrl": "",
+ "requestUrl": "",
+ "shouldBlock": false
+ }
+ ]
+}