diff options
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 + } + ] +} |