From 1a9e09332261d18ee892fc3613f16a0e80d115e0 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 21 May 2017 20:24:57 +0200 Subject: Reworking URL filter --- test/filter.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/filter.json (limited to 'test') 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 + } + ] +} -- cgit v1.2.1