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

index e530e8f3bc3aa00b40878998192ff6f434ca76cf..6b01861f2cafb629cd87471e7b116add9282babb 100644 (file)
--- 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
   }
 }
 ```
index 5575e1905dc3fb800d2a7ee1b11e9b24e7d5bca2..bff6a4317f7d61d9ba87defcbb718d0ed6709e51 100644 (file)
@@ -82,8 +82,10 @@ If this policy is disabled or not configured, certificate errors can be overridd
       <string id="DisableSecurityBypass_SafeBrowsing_Explain">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.</string>
-      <string id="DisableSysAddonUpdate">Disable System Addon Updates</string>
-      <string id="DisableSysAddonUpdate_Explain">Prevent the browser from installing and updating system addons.</string>
+      <string id="DisableSystemAddonUpdate">Disable System Addon Updates</string>
+      <string id="DisableSystemAddonUpdate_Explain">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.</string>
       <string id="DisableTelemetry">Disable Telemetry</string>
       <string id="DisableTelemetry_Explain">If this policy is enabled, telemetry is not uploaded.
 
index 64dab3a06a347ab61e21d44d5405724eb1b2c083..5e40254cb6a5774a98233cdef442ca704fc72d80 100644 (file)
         <decimal value="0"/>
       </disabledValue>
     </policy>
-    <policy name="DisableSysAddonUpdate" class="Both" displayName="$(string.DisableSysAddonUpdate)" explainText="$(string.DisableSysAddonUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSysAddonUpdate">
+    <policy name="DisableSystemAddonUpdate" class="Both" displayName="$(string.DisableSystemAddonUpdate)" explainText="$(string.DisableSystemAddonUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSystemAddonUpdate">
       <parentCategory ref="firefox"/>
       <supportedOn ref="SUPPORTED_WINXPSP2"/>
       <enabledValue>

patrick-canterino.de