]> git.p6c8.net - policy-templates.git/commitdiff
WebsiteFilter snippet needs policy name 'WebsiteFilter'
authorSebastian Hengst <aryx.github@gmx-topmail.de>
Sun, 15 Apr 2018 11:15:15 +0000 (13:15 +0200)
committerSebastian Hengst <aryx.github@gmx-topmail.de>
Sun, 15 Apr 2018 11:15:15 +0000 (13:15 +0200)
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