From: Sebastian Hengst Date: Sun, 15 Apr 2018 11:15:15 +0000 (+0200) Subject: WebsiteFilter snippet needs policy name 'WebsiteFilter' X-Git-Tag: 0.9~3^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/c154b6d97a0d5c3ad1e06fbdd045e6c01aee0171?ds=inline;hp=93cbd1db78ff5f65b039898a774335f3ee69cb8b WebsiteFilter snippet needs policy name 'WebsiteFilter' --- diff --git a/README.md b/README.md index fc7813a..baf14b7 100644 --- a/README.md +++ b/README.md @@ -471,8 +471,10 @@ Blocks websites from being visited. The parameters take an array of Match Patter ``` { "policies": { - "Block": [""], - "Exceptions": ["http://example.org/*"] + "WebsiteFilter": { + "Block": [""], + "Exceptions": ["http://example.org/*"] + } } } ```