From 81b1a20e2b10e52e172ef6dcd910647d3527ba81 Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Mon, 9 Apr 2018 10:33:16 -0500 Subject: [PATCH] InstallAddons -> InstallAddonsPermission --- README.md | 4 ++-- windows/en-US/firefox.adml | 6 +++--- windows/firefox.admx | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ada3d52..33d27f1 100644 --- a/README.md +++ b/README.md @@ -351,12 +351,12 @@ This policy sets domains for which pop-up windows are allowed. It also set the d } } ``` -### InstallAddons +### InstallAddonsPermission This policy sets domains that can install extensions, as well as the default behavior. ``` { "policies": { - "InstallAddons": { + "InstallAddonsPermission": { "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 e034fe3..eaa9e5c 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -127,11 +127,11 @@ If this policy is not configured or enabled, popups are not allowed from website If this policy is enabled pop-up preferences cannot be changed by the user. If this policy is disabled or not configured, the user can change their pop-up preferences. - 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 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. + 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. diff --git a/windows/firefox.admx b/windows/firefox.admx index fd8267a..08b2be4 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -493,14 +493,14 @@ - + - + - + -- 2.34.1