diff options
| author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-05-21 20:24:57 +0200 | 
|---|---|---|
| committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-05-21 20:24:57 +0200 | 
| commit | 1a9e09332261d18ee892fc3613f16a0e80d115e0 (patch) | |
| tree | 1bb1a158799dcc231b48aafc61d605e243f49314 /test | |
| parent | Updated CONTRIBUTING (diff) | |
| download | smolbote-1a9e09332261d18ee892fc3613f16a0e80d115e0.tar.xz | |
Reworking URL filter
Diffstat (limited to 'test')
| -rw-r--r-- | test/filter.json | 9 | 
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 +        } +    ] +}  | 
