Bug 1460082 - Allow DisableAppUpdate and DisableSystemAddonUpdate policies outside of the ESR draft
authorKirk Steuber <ksteuber@mozilla.com>
Thu, 21 Jun 2018 07:42:11 -0700
changeset 809242 0f73674a0e6b0ccf43d3557acb5dd01596d03da5
parent 807395 91db0c695f0272f00bf92c81c471a85101056d96
push id113597
push userbmo:ksteuber@mozilla.com
push dateThu, 21 Jun 2018 14:42:45 +0000
bugs1460082
milestone62.0a1
Bug 1460082 - Allow DisableAppUpdate and DisableSystemAddonUpdate policies outside of the ESR Changing enterprise_only to machine_only will allow these policies outside of the ESR, but not in HKEY_CURRENT_USER. MozReview-Commit-ID: UAT6CPFOWO
browser/components/enterprisepolicies/schemas/policies-schema.json
--- a/browser/components/enterprisepolicies/schemas/policies-schema.json
+++ b/browser/components/enterprisepolicies/schemas/policies-schema.json
@@ -140,17 +140,17 @@
           "type": "boolean"
         }
       }
     },
 
     "DisableAppUpdate": {
       "description": "Prevent the browser from updating.",
       "first_available": "60.0",
-      "enterprise_only": true,
+      "machine_only": true,
 
       "type": "boolean"
     },
 
     "DisableBuiltinPDFViewer": {
       "description": "Disables PDF.js, which displays PDFs within Firefox.",
       "first_available": "60.0",
 
@@ -269,17 +269,17 @@
       "first_available": "60.0",
 
       "type": "boolean"
     },
 
     "DisableSystemAddonUpdate": {
       "description": "Prevent the browser from installing and updating system addons.",
       "first_available": "60.0",
-      "enterprise_only": true,
+      "machine_only": true,
 
       "type": "boolean"
     },
 
     "DisableTelemetry": {
       "description": "Turns off telemetry.",
       "first_available": "60.0",
       "enterprise_only": true,