From fe12ebf6197cb0dbe82f267d0a11f3aa72c7fb21 Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Fri, 16 Mar 2018 12:38:06 -0500 Subject: [PATCH 1/1] Policy for DisableSysAddonUpdate. Fixes #6 --- README.md | 9 +++++++++ windows/en-US/firefox.adml | 2 ++ windows/firefox.admx | 10 ++++++++++ 3 files changed, 21 insertions(+) diff --git a/README.md b/README.md index 5279a74..1d81e0e 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,15 @@ This policy removes access to private browsing } } ``` +### DisableSysAddonUpdate +This policy prevents system add-ons from being updated or installed. +``` +{ + "policies": { + "DisableSysAddonUpdate": true + } +} +``` ### DisplayBookmarksToolbar This policy turns on the bookmarks toolbar by default. A user can still turn it off and it will stay off. ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index ddc541d..267c244 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -43,6 +43,8 @@ Prevents ability to save webpages to Pocket. Disable Private Browsing Disables private browsing. + Disable System Addon Updates + Prevent the browser from installing and updating system addons. Display Bookmarks Toolbar Causes the bookmarks toolbar to be displayed by default. Display Menu Bar diff --git a/windows/firefox.admx b/windows/firefox.admx index d5eb83f..abbd0a8 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -168,6 +168,16 @@ + + + + + + + + + + -- 2.34.1