X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/e99c660ed0a9942188bff395c15764b02a0a1830..40964cf7f38281bbaec6d49e955172055071822f:/README.md diff --git a/README.md b/README.md index b8a949a..b9c1819 100644 --- a/README.md +++ b/README.md @@ -350,13 +350,14 @@ This policy sets domains for which popups are allowed } ``` ### InstallAddons -This policy sets domains that can install extensions +This policy sets domains that can install extensions, as well as the default behavior. ``` { "policies": { "InstallAddons": { "Allow": ["http://example.org/", "http://example.edu/"] + "Default": [true|false], /* If this is set to false, add-ons cannot be installed by the user */ } } }