X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/028c7fe65fb2d555c4506372ce36cdabc1069538..1ded7919669d2b6da6f672bbff7525b6ac7b97ea:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 33d27f1..9938b1a 100644 --- a/README.md +++ b/README.md @@ -454,3 +454,13 @@ This policy can be used to determine if the search bar is separate or combined w } } ``` +### WebsiteFilter +Blocks websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https accesses are supported at the moment. The arrays are limited to 1000 entries each. +``` +{ + "policies": { + "Block": [""], + "Exceptions": ["http://example.org/*"] + } +} +```