]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #761 from mozilla/ShowHomeButton
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Fri, 16 Apr 2021 20:26:01 +0000 (15:26 -0500)
committerGitHub <noreply@github.com>
Fri, 16 Apr 2021 20:26:01 +0000 (15:26 -0500)
ShowHomeButton policy

README.md
mac/org.mozilla.firefox.plist
windows/de-DE/firefox.adml
windows/en-US/firefox.adml
windows/es-ES/firefox.adml
windows/firefox.admx
windows/fr-FR/firefox.adml
windows/it-IT/firefox.adml
windows/ru-RU/firefox.adml
windows/zh-CN/firefox.adml
windows/zh-TW/firefox.adml

index c5851b5ba2490085f4a49707bb670fd408ebfb74..8bca71d04614254f5ccd7e6ae4c9d305beea4107 100644 (file)
--- 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):
+```
+<enabled/> or <disabled/>
+```
+#### macOS
+```
+<dict>
+  <key>ShowHomeButton</key>
+  <true/> | <false/>
+</dict>
+```
+#### policies.json
+```
+{
+  "policies": {
+    "ShowHomeButton": true | false
+  }
+}
+```
 ### SSLVersionMax
 
 Set and lock the maximum version of TLS.
index 493e4d17d550368d895c6aa79756b625c6326056..166c767a718b0c68f05fb3614c7e74d7d8832d9f 100644 (file)
                <key>NAME_OF_DEVICE</key>
                <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
        </dict>
+       <key>ShowHomeButton</key>
+       <true/>
        <key>SSLVersionMin</key>
        <string>tls1.2</string>
        <key>SSLVersionMax</key>
index 2a3ed8dfb04b984952a13202d71d3672afed1c7d..dd3a35f4363ce5ce11980a4d9b35216de2529eae 100644 (file)
@@ -633,6 +633,12 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird
       <string id="Homepage">Startseite</string>
       <string id="PreviousSession">Letzte Sitzung</string>
       <string id="HomepageLocked">Homepage (Locked)</string>
+      <string id="Homepage_ShowHomeButton">Show Home button on toolbar</string>
+      <string id="Homepage_ShowHomeButton_Explain">If this policy is enabled, the home button will appear on the toolbar by default.
+
+If this policy is disabled, the home button will not appear on the toolbar by default.
+
+If this policy is not configured, Firefox will determine whether or not the home button appears on the toolbar by default.</string>
       <string id="PasswordManagerEnabled">Passwort-Manager</string>
       <string id="PasswordManagerEnabled_Explain">Wenn diese Richtlinieneinstellung deaktiviert ist, ist der Passwort-Manager nicht über die Einstellungen verfügbar.
 
index f31908af926fbd42526713fb8568d4ec1366c6a2..dc151043fb29698ac0024ca8e7d4def46e5c1431 100644 (file)
@@ -635,6 +635,12 @@ If this policy is disabled or not configured, the start page defaults to the pre
       <string id="Homepage">Homepage</string>
       <string id="PreviousSession">Previous Session</string>
       <string id="HomepageLocked">Homepage (Locked)</string>
+      <string id="Homepage_ShowHomeButton">Show Home button on toolbar</string>
+      <string id="Homepage_ShowHomeButton_Explain">If this policy is enabled, the home button will appear on the toolbar by default.
+
+If this policy is disabled, the home button will not appear on the toolbar by default.
+
+If this policy is not configured, Firefox will determine whether or not the home button appears on the toolbar by default.</string>
       <string id="PasswordManagerEnabled">Password Manager</string>
       <string id="PasswordManagerEnabled_Explain">If this policy is disabled, the password manager is not available via preferences.
 
index 9f81d978445bc54458f22749f8a83efe878eec2d..fea86bec258da762f892f4369542528ccf11e3e7 100644 (file)
@@ -635,6 +635,12 @@ Si esta política está deshabilitada o no está configurada, la página de inic
       <string id="Homepage">Página de inicio</string>
       <string id="PreviousSession">Sesión anterior</string>
       <string id="HomepageLocked">Homepage (Locked)</string>
+      <string id="Homepage_ShowHomeButton">Show Home button on toolbar</string>
+      <string id="Homepage_ShowHomeButton_Explain">If this policy is enabled, the home button will appear on the toolbar by default.
+
+If this policy is disabled, the home button will not appear on the toolbar by default.
+
+If this policy is not configured, Firefox will determine whether or not the home button appears on the toolbar by default.</string>
       <string id="PasswordManagerEnabled">Administrador de contraseñas</string>
       <string id="PasswordManagerEnabled_Explain">Si esta política está deshabilitada, el administrador de contraseñas no estará disponible a través de las preferencias.
 
index 4fe45705aa8e4972caec6205c421b9d00823886a..de72845311559a02acb67f321e67fca82ad8f3fc 100644 (file)
         </enum>
       </elements>
     </policy>
+    <policy name="Homepage_ShowHomeButton" class="Both" displayName="$(string.Homepage_ShowHomeButton)" explainText="$(string.Homepage_ShowHomeButton_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="ShowHomeButton">
+      <parentCategory ref="Homepage"/>
+      <supportedOn ref="SUPPORTED_FF88"/>
+      <enabledValue>
+        <decimal value="1"/>
+      </enabledValue>
+      <disabledValue>
+        <decimal value="0"/>
+      </disabledValue>
+    </policy>
     <policy name="Bookmark01" class="Both" displayName="$(string.Bookmark01)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\1" presentation="$(presentation.Bookmark)" >
       <parentCategory ref="Bookmarks" />
       <supportedOn ref="SUPPORTED_FF60" />
index 0be76f558bc7a04fe5c1dd06e86305b72ad53dac..4fac05f9daf84e2c1cb6c1137d87c6b824be6d56 100644 (file)
@@ -634,6 +634,12 @@ Si cette stratégie est désactivée ou non configurée, la page de démarrage a
       <string id="Homepage">Page d'accueil</string>\r
       <string id="PreviousSession">Session précédente</string>\r
       <string id="HomepageLocked">Homepage (Locked)</string>\r
+      <string id="Homepage_ShowHomeButton">Show Home button on toolbar</string>\r
+      <string id="Homepage_ShowHomeButton_Explain">If this policy is enabled, the home button will appear on the toolbar by default.\r
+\r
+If this policy is disabled, the home button will not appear on the toolbar by default.\r
+\r
+If this policy is not configured, Firefox will determine whether or not the home button appears on the toolbar by default.</string>\r
       <string id="PasswordManagerEnabled">Gestionnaire de mots de passe</string>\r
       <string id="PasswordManagerEnabled_Explain">Si cette stratégie est désactivée, le gestionnaire de mots de passe n'est pas disponible via les préférences.\r
 \r
index f76d2f889d47cc180128c4fa6cf0c42cea7a4dd1..ff2683d4cde0792cdac71821fdc94111e3b25f03 100644 (file)
@@ -635,6 +635,12 @@ Se questo criterio è disabilitato o non configurato, per impostazione predefini
       <string id="Homepage">Pagina iniziale</string>
       <string id="PreviousSession">Sessione precedente</string>
       <string id="HomepageLocked">Pagina iniziale (bloccata)</string>
+      <string id="Homepage_ShowHomeButton">Show Home button on toolbar</string>
+      <string id="Homepage_ShowHomeButton_Explain">If this policy is enabled, the home button will appear on the toolbar by default.
+
+If this policy is disabled, the home button will not appear on the toolbar by default.
+
+If this policy is not configured, Firefox will determine whether or not the home button appears on the toolbar by default.</string>
       <string id="PasswordManagerEnabled">Gestore password</string>
       <string id="PasswordManagerEnabled_Explain">Se questo criterio è disabilitato, il gestore password non è disponibile nelle Preferenze.
 
index 238df598d767800390cba60cf000ef8ec11c67b0..1b0c281a0c8db55d05e6b82b891655588a1000ba 100644 (file)
@@ -635,6 +635,12 @@ Mozilla рекомендует не отключать телеметрию. И
       <string id="Homepage"> Домашняя страница </string>
       <string id="PreviousSession"> Предыдущий сеанс </string>
       <string id="HomepageLocked"> Домашняя страница (заблокирована) </string>
+      <string id="Homepage_ShowHomeButton">Show Home button on toolbar</string>
+      <string id="Homepage_ShowHomeButton_Explain">If this policy is enabled, the home button will appear on the toolbar by default.
+
+If this policy is disabled, the home button will not appear on the toolbar by default.
+
+If this policy is not configured, Firefox will determine whether or not the home button appears on the toolbar by default.</string>
       <string id="PasswordManagerEnabled"> Менеджер паролей </string>
       <string id="PasswordManagerEnabled_Explain"> Если эта политика отключена, менеджер паролей недоступен в настройках.
 
index 5bd14d305892051ea849c474aea39aa46137ecec..9750b5742d03fac42942ccc0ca0b8ed1ca13d1f6 100644 (file)
@@ -633,6 +633,12 @@ Mozilla 建议您不要禁用 Telemetry。 透过 Telemetry 收集到的信息
    <string id="Homepage">首页</string>
    <string id="PreviousSession">先前的浏览状态</string>
    <string id="HomepageLocked">首页(锁定)</string>
+   <string id="Homepage_ShowHomeButton">Show Home button on toolbar</string>
+   <string id="Homepage_ShowHomeButton_Explain">If this policy is enabled, the home button will appear on the toolbar by default.
+
+If this policy is disabled, the home button will not appear on the toolbar by default.
+
+If this policy is not configured, Firefox will determine whether or not the home button appears on the toolbar by default.</string>
    <string id="PasswordManagerEnabled">密码管理员</string>
    <string id="PasswordManagerEnabled_Explain">若禁用此策略,将无法于偏好设定中使用密码管理员。 
 
index 9a9fe97387573485cb95a35088e41bbdfa2dfd6c..aef3a72117bb9c247864f2a1c447b5f632e1269d 100644 (file)
@@ -633,6 +633,12 @@ Mozilla 建議您不要停用 Telemetry。透過 Telemetry 收集到的資訊可
       <string id="Homepage">首頁</string>
       <string id="PreviousSession">先前的瀏覽狀態</string>
       <string id="HomepageLocked">首頁(鎖定)</string>
+      <string id="Homepage_ShowHomeButton">Show Home button on toolbar</string>
+      <string id="Homepage_ShowHomeButton_Explain">If this policy is enabled, the home button will appear on the toolbar by default.
+
+If this policy is disabled, the home button will not appear on the toolbar by default.
+
+If this policy is not configured, Firefox will determine whether or not the home button appears on the toolbar by default.</string>
       <string id="PasswordManagerEnabled">密碼管理員</string>
       <string id="PasswordManagerEnabled_Explain">若停用此原則,將無法於偏好設定中使用密碼管理員。
 

patrick-canterino.de