From db7ff9c887273f8ce1d14217d7802fbe2cc04865 Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Mon, 9 Apr 2018 10:28:28 -0500 Subject: [PATCH] DisableSysAddonUpdate -> DisableSystemAddonUpdate --- README.md | 4 ++-- windows/en-US/firefox.adml | 6 ++++-- windows/firefox.admx | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e530e8f..6b01861 100644 --- a/README.md +++ b/README.md @@ -231,12 +231,12 @@ This policy prevents the user from bypassign security in certain cases. } } ``` -### DisableSysAddonUpdate +### DisableSystemAddonUpdate This policy prevents system add-ons from being updated or installed. ``` { "policies": { - "DisableSysAddonUpdate": true + "DisableSystemAddonUpdate": true } } ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 5575e19..bff6a43 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -82,8 +82,10 @@ If this policy is disabled or not configured, certificate errors can be overridd If this policy is enabled, a user can not bypass the warning and visit a harmful site. If this policy is disabled or not configured, a user can choose to visit a harmful site. - Disable System Addon Updates - Prevent the browser from installing and updating system addons. + Disable System Addon Updates + If this policy is enabled, new system add-ons will not be installed and existing system add-ons will not be updated. + +If this policy is disabled or not configured, system add-ons are installed and updated. Disable Telemetry If this policy is enabled, telemetry is not uploaded. diff --git a/windows/firefox.admx b/windows/firefox.admx index 64dab3a..5e40254 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -355,7 +355,7 @@ - + -- 2.34.1