From 974ec233d227302f98c1a7696cc342afe7719b08 Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Mon, 9 Apr 2018 10:22:04 -0500 Subject: [PATCH] BlockSetDesktopBackground -> DisableSetDesktopBackground --- 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 5c9515c..a769b73 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ This policy removes access to about:support. "BlockAboutSupport": true } ``` -### BlockSetDesktopBackground +### DisableSetDesktopBackground This policy removes the "Set As Desktop Background..." menuitem when right clicking on an image. ``` { "policies": { - "BlockAboutSupport": true + "DisableSetDesktopBackground": true } } ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index f4abe85..6524d26 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -32,8 +32,10 @@ Blocks access to the about:profiles page. Block About Support Blocks access to the about:support page. - Block Set Desktop Background - Prevents usage of the "Set Image as Desktop Background" feature. + Disable Set Desktop Background + If this policy is enabled, the user can not set an image as their desktop background. + +If this policy is disabled or not configured, users can set images as their desktop background. Import Enterprise Roots If this policy is enabled, Firefox will read certificates from the Windows certificate store. diff --git a/windows/firefox.admx b/windows/firefox.admx index 8620630..8324911 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -108,7 +108,7 @@ - + -- 2.34.1