]> git.p6c8.net - policy-templates.git/commitdiff
BlockSetDesktopBackground -> DisableSetDesktopBackground
authorMichael Kaply <consulting@kaply.com>
Mon, 9 Apr 2018 15:22:04 +0000 (10:22 -0500)
committerMichael Kaply <consulting@kaply.com>
Mon, 9 Apr 2018 15:22:04 +0000 (10:22 -0500)
README.md
windows/en-US/firefox.adml
windows/firefox.admx

index 5c9515cae86cee1813a29e788ad556cb41b14b2e..a769b7311bf8afdddb2296a1ccfb2fa7fdb0f70a 100644 (file)
--- 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
   }
 }
 ```
index f4abe8558e594d1f88a29087407c3a7a3572eedb..6524d26b0694e6e9ad26dc7a818573202fa9f300 100644 (file)
       <string id="BlockAboutProfiles_Explain">Blocks access to the about:profiles page.</string>
       <string id="BlockAboutSupport">Block About Support</string>
       <string id="BlockAboutSupport_Explain">Blocks access to the about:support page.</string>
-      <string id="BlockSetDesktopBackground">Block Set Desktop Background</string>
-      <string id="BlockSetDesktopBackground_Explain">Prevents usage of the &quot;Set Image as Desktop Background&quot; feature.</string>
+      <string id="DisableSetDesktopBackground">Disable Set Desktop Background</string>
+      <string id="DisableSetDesktopBackground_Explain">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.</string>
       <string id="Certificates_ImportEnterpriseRoots">Import Enterprise Roots</string>
       <string id="Certificates_ImportEnterpriseRoots_Explain">If this policy is enabled, Firefox will read certificates from the Windows certificate store.
 
index 8620630f0fc13bf91843d0a972871639b24a92a5..8324911dea9223b10a6a726667fd7fae8b3fcf1b 100644 (file)
         <decimal value="0"/>
       </disabledValue>
     </policy>
-    <policy name="BlockSetDesktopBackground" class="Both" displayName="$(string.BlockSetDesktopBackground)" explainText="$(string.BlockSetDesktopBackground_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockSetDesktopBackground">
+    <policy name="DisableSetDesktopBackground" class="Both" displayName="$(string.DisableSetDesktopBackground)" explainText="$(string.DisableSetDesktopBackground_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSetDesktopBackground">
       <parentCategory ref="firefox"/>
       <supportedOn ref="SUPPORTED_WINXPSP2"/>
       <enabledValue>

patrick-canterino.de