From 516eb3f25770d0cb11382209081d06166045a7f3 Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Tue, 21 May 2019 15:28:59 -0500 Subject: [PATCH] Updates for Firefox 67/60.7 --- README.md | 24 ++++++++++++++++++++++++ mac/org.mozilla.firefox.plist | 6 ++++++ windows/en-US/firefox.adml | 15 ++++++++++++++- windows/firefox.admx | 33 ++++++++++++++++++++++++++++++++- 4 files changed, 76 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e7ef5c..ef19a94 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,14 @@ same folder name are grouped together. } } ``` +### CaptivePortal +This policy enables or disables captive portal support by setting and locking the preference `network.captive-portal-service.enabled`. +``` +{ + "policies": { + "CaptivePortal": [true|false] +} +``` ### Certificates This policy can be used to install certificates or to read certificates from the system certificate store on Mac and Windows. @@ -399,6 +407,14 @@ For Uninstall and Locked, you specify extension IDs. } } ``` +### ExtensionUpdate +This policy enables or disables extension updates by setting and locking the preference `extensions.update.enabled`. +``` +{ + "policies": { + "ExtensionUpdate": [true|false] +} +``` ### HardwareAcceleration This policy disables hardware acceleration by locking the preference layers.acceleration.disabled to true. ``` @@ -482,6 +498,14 @@ This policy sets the behavior of Flash on the specified domains, as well as the } } ``` +### NetworkPrediction +This policy enables or disables network prediction (DNS prefetching) by setting and locking the preferences `network.dns.disablePrefetch` and `network.dns.disablePrefetchFromHTTPS`. +``` +{ + "policies": { + "NetworkPrediction": [true|false] +} +``` ### OverrideFirstRunPage This policy allows you to override the first run page. If you leave the URL blank, the first run page will not be displayed. ``` diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index 2195d4d..7b0bef2 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -66,6 +66,8 @@ Example2Folder + CaptivePortal + Certificates ImportEnterpriseRoots @@ -173,6 +175,8 @@ firefox@ghostery.com + ExtensionUpdate + FlashPlugin Allow @@ -215,6 +219,8 @@ Default + NetworkPrediction + NoDefaultBookmarks OfferToSaveLogins diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 280cba4..3f6572f 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -1,5 +1,5 @@ - + @@ -10,6 +10,7 @@ Firefox 63 or later Firefox 64 or later, Firefox 60.4 ESR or later Firefox 66 or later, Firefox 60.6 ESR or later + Firefox 67 or later, Firefox 60.7 ESR or later Firefox 60 ESR or later Firefox Permissions @@ -75,6 +76,10 @@ If this policy is disabled or not configured, the user can access Troubleshootin If this policy is enabled, the user cannot set an image as their desktop background. If this policy is disabled or not configured, users can set images as their desktop background. + Captive Portal + If this policy is disabled, captive portal support is disabled. + +If this policy is enabled or not configured, captive portal support is enabled. Import Enterprise Roots If this policy is enabled, Firefox will read certificates from the Windows certificate store. @@ -193,10 +198,18 @@ If this policy is disabled or not configured, no extensions are uninstalled.If this policy is enabled, you can specify a list of extension IDs that the user will be unable to uninstall or disable. If this policy is disabled or not configured, no extensions are locked + Extension Update + If this policy is disabled, extensions will not be updated automatically. + +If this policy is enabled or not configured, extensions will be updated automatically. Hardware Acceleration If this policy is disabled, hardware acceleration and cannot be enabled. If this policy is enabled or not configured, hardware acceleration is enabled. + Network Prediction + If this policy is disabled, network prediction (DNS prefetching) will be disabled. + +If this policy is enabled or not configured, network prediction (DNS prefetching) will be enabled. Offer to save logins If this policy is enabled or not configured, Firefox will offer to save website logins and passwords. diff --git a/windows/firefox.admx b/windows/firefox.admx index c6caf2c..383ba17 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -1,5 +1,5 @@  - + @@ -14,6 +14,7 @@ + @@ -151,6 +152,16 @@ + + + + + + + + + + @@ -655,6 +666,26 @@ + + + + + + + + + + + + + + + + + + + + -- 2.34.1