From c154b6d97a0d5c3ad1e06fbdd045e6c01aee0171 Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Sun, 15 Apr 2018 13:15:15 +0200 Subject: [PATCH 1/1] WebsiteFilter snippet needs policy name 'WebsiteFilter' --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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/*"] + } } } ``` -- 2.34.1