X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/55d627db4cb055a696a0892ee5f78af1fbef42b1..a62af0a71ec72e478883e43bd8fc44be5f737e2c:/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 */ } } }