X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/15d61b9fafa87b500ee08a253212e9d288fe6d50..83e35722206ac423666114b1f4065ad52820abb7:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 777e94f..c4048ec 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Policies can be specified using the [Group Policy templates on Windows](https:// | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines. | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions. | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules. +| **[`ShowHomeButton`](#showhomebutton)** | Show the home button on the toolbar. | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS. | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS. | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information. @@ -1025,6 +1026,8 @@ Value (string): ### DisabledCiphers Disable specific cryptographic ciphers. +**Preferences Affected:** `security.ssl3.dhe_rsa_aes_128_sha`, `security.ssl3.dhe_rsa_aes_256_sha`, `security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_rsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_rsa_aes_128_sha`, `security.ssl3.ecdhe_rsa_aes_256_sha`, `security.ssl3.rsa_aes_128_gcm_sha256`, `security.ssl3.rsa_aes_128_sha`, `security.ssl3.rsa_aes_256_gcm_sha384`, `security.ssl3.rsa_aes_256_sha`, `security.ssl3.rsa_des_ede3_sha` + --- **Note:** @@ -2151,6 +2154,7 @@ Value (string): "Fingerprinting": true | false, "Exceptions": ["https://example.com"] } + } } ``` ### EncryptedMediaExtensions @@ -2199,6 +2203,7 @@ Value (string): "Enabled": true | false, "Locked": true | false } + } } ``` ### EnterprisePoliciesEnabled @@ -3478,6 +3483,7 @@ Value (string): { "policies": { "OverrideFirstRunPage": "http://example.org" + } } ``` ### OverridePostUpdatePage @@ -3513,6 +3519,7 @@ Value (string): { "policies": { "OverridePostUpdatePage": "http://example.org" + } } ``` ### PasswordManagerEnabled @@ -3598,6 +3605,7 @@ Value (string): "Enabled": true | false, "EnablePermissions": true | false } + } } ``` ### Permissions @@ -3921,7 +3929,7 @@ Value (string): "policies": { "PictureInPicture": { "Enabled": true | false, - "Locked": true, false + "Locked": true | false } } } @@ -4474,7 +4482,7 @@ Value (string): "SSLProxy": "hostname", "FTPProxy": "hostname", "SOCKSProxy": "hostname", - "SOCKSVersion": 4 | 5 + "SOCKSVersion": 4 | 5, "Passthrough": "", "AutoConfigURL": "URL_TO_AUTOCONFIG", "AutoLogin": true | false, @@ -5066,6 +5074,43 @@ Value (string): } } ``` +### ShowHomeButton +Show the home button on the toolbar. + +Future versions of Firefox will not show the home button by default. + +**Compatibility:** Firefox 88, Firefox ESR 78.10\ +**CCK2 Equivalent:** N/A\ +**Preferences Affected:** N/A + +#### Windows (GPO) +``` +Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0 +``` +#### Windows (Intune) +OMA-URI: +``` +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ShowHomeButton +``` +Value (string): +``` + or +``` +#### macOS +``` + + ShowHomeButton + | + +``` +#### policies.json +``` +{ + "policies": { + "ShowHomeButton": true | false + } +} +``` ### SSLVersionMax Set and lock the maximum version of TLS. @@ -5197,17 +5242,19 @@ Value (string): Prevent Firefox from messaging the user in certain situations. -`WhatsNew` Remove the "What's New" icon and menuitem. (Firefox 75 only) +`WhatsNew` Remove the "What's New" icon and menuitem. -`ExtensionRecommendations` Don't recommend extensions while the user is visiting web pages. +`ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages. -`FeatureRecommendations` Don't recommend browser features. +`FeatureRecommendations` IF false, don't recommend browser features. -`UrlbarInterventions` Don't offer Firefox specific suggestions in the URL bar. (Firefox 75 only) +`UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar. + +`SkipOnboarding` If true, don't show onboarding messages on the new tab page. **Compatibility:** Firefox 75, Firefox ESR 68.7\ **CCK2 Equivalent:** N/A\ -**Preferences Affected:** `browser.messaging-system.whatsNewPanel.enabled`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features` +**Preferences Affected:** `browser.messaging-system.whatsNewPanel.enabled`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`,`browser.aboutwelcome.enabled` #### Windows (GPO) ``` @@ -5215,6 +5262,7 @@ Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0 ``` #### Windows (Intune) OMA-URI: @@ -5223,6 +5271,7 @@ OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_ExtensionRecommendations ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_FeatureRecommendations ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_UrlbarInterventions +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_SkipOnboarding ``` Value (string): ``` @@ -5241,6 +5290,8 @@ Value (string): | UrlbarInterventions | + SkipOnboarding + | ``` @@ -5253,6 +5304,7 @@ Value (string): "ExtensionRecommendations": true | false, "FeatureRecommendations": true | false, "UrlbarInterventions": true | false + "SkipOnboarding": true | false } } }