X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/5e66b3edec2cdc52018f14f777ddfb6cc576b5aa..decd497a004c8d98f02c5e5425ad56a079aefd9a:/README.md?ds=sidebyside
diff --git a/README.md b/README.md
index c5851b5..8bca71d 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,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.
@@ -5023,6 +5024,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.