]> git.p6c8.net - policy-templates.git/blobdiff - README.md
WebsiteFilter snippet needs policy name 'WebsiteFilter'
[policy-templates.git] / README.md
index fc7813afacbbdd1919cdf5964901e203ff56fb19..baf14b7ea58251fd1361b8c1d883315ee01a0e58 100644 (file)
--- 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": ["<all_urls>"],
-    "Exceptions": ["http://example.org/*"]
+    "WebsiteFilter": {
+      "Block": ["<all_urls>"],
+      "Exceptions": ["http://example.org/*"]
+    }
   }
 }
 ```

patrick-canterino.de