From: Michael Kaply Date: Fri, 6 Apr 2018 16:49:51 +0000 (-0500) Subject: Update Addons policy X-Git-Tag: 0.9~17^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/a62af0a71ec72e478883e43bd8fc44be5f737e2c?hp=55d627db4cb055a696a0892ee5f78af1fbef42b1 Update Addons policy --- 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 */ } } } diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index e734ff6..e3971c4 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -109,7 +109,13 @@ If this policy is disabled or not configured, no extensions are locked. Remember Passwords Enforces the setting to allow Firefox to remember saved logins and passwords. Both true and false values are accepted. URLs to allow popups. - URLs to allow addons. + If this policy is enabled, add-ons are always allowed for the URLS indicated unless add-on install is disabled. If a top level domain is specified (http://example.org), add-ons are allowed for all subdomains as well. + +If this policy is disabled or not configured, the default add-on policy is followed. + Allow add-on installs from websites + If this policy is disabled, add-ons cannot be installed. + +If this policy is not configured or enabled, add-ons can be installed. If this policy is enabled, cookies are always allowed for the URLS indicated. If a top level domain is specified (http://example.org), cookies are allowed for all subdomains as well. If this policy is disabled or not configured, the default cookie policy is followed. @@ -196,7 +202,6 @@ If this policy is enabled, private browsing is enabled by default in both the br Allow popups for websites - Allow add-ons for websites diff --git a/windows/firefox.admx b/windows/firefox.admx index 1114e00..14df4c5 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -473,13 +473,23 @@ - - + + - + + + + + + + + + + +