]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #394 from mozilla/NewTabPage
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Mon, 8 Jul 2019 17:39:23 +0000 (12:39 -0500)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2019 17:39:23 +0000 (12:39 -0500)
New tab page

README.md
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

index c005d22344f01d5f24d87f6bad476a2f203e4772..e036206951da58ee457e2aa30d784a203f35b9eb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ Policies can be specified using the Group Policy templates on Windows (https://g
 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
+| **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
@@ -1482,7 +1483,7 @@ Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
 }
 ```
 ### NetworkPrediction
-Enable or disable  network prediction (DNS prefetching).
+Enable or disable network prediction (DNS prefetching).
 
 **Compatibility:** Firefox 67, Firefox ESR 60.7\
 **CCK2 Equivalent:** N/A\
@@ -1506,6 +1507,31 @@ Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
     "NetworkPrediction": true | false
 }
 ```
+### NewTabPage
+Enable or disable the New Tab page.
+
+**Compatibility:** Firefox 68, Firefox ESR 68\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** N/A
+
+#### Windows
+```
+Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
+```
+#### macOS
+```
+<dict>
+  <key>NewTabPage</key>
+  <true/> | <false/>
+</dict>
+```
+#### JSON
+```
+{
+  "policies": {
+    "NewTabPage": true | false
+}
+```
 ### OfferToSaveLogins
 Control whether or not Firefox offers to save passwords.
 
index 576c3492f651c406188cf0ea0252d661e1397e77..b8e25751b5ecb11aafd555242c92a059b41ad4b6 100644 (file)
@@ -211,6 +211,10 @@ Wenn Sie die Richtlinieneinstellung aktivieren oder nicht konfigurieren, wird di
       <string id="NetworkPrediction_Explain">Wenn Sie die Richtlinieneinstellung deaktivieren, wird Network Prediction (DNS prefetching) deaktiviert.
 
 Wenn Sie die Richtlinieneinstellung aktivieren oder nicht konfigurieren, wird Network Prediction (DNS prefetching) aktiviert.</string>
+      <string id="NewTabPage">New Tab Page</string>
+      <string id="NewTabPage_Explain">If this policy is disabled, the new tab page will be blank.
+
+If this policy is enabled or not configured, the new tab page will be the default.</string>
       <string id="OfferToSaveLogins">Zugangsdaten und Passwörter für Webseiten speichen</string>
       <string id="OfferToSaveLogins_Explain">Wenn Sie die Richtlinieneinstellung aktivieren oder nicht konfigurieren, fordert Firefox zum speichern von Logindaten und Passwörtern auf.
 
index 586229dc8df6e00e601ff55128f848282ecf79a5..38d6786371ae7f022f4454469a0b5f825929d49a 100644 (file)
@@ -212,6 +212,10 @@ If this policy is enabled or not configured, hardware acceleration is enabled.</
       <string id="NetworkPrediction_Explain">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.</string>
+      <string id="NewTabPage">New Tab Page</string>
+      <string id="NewTabPage_Explain">If this policy is disabled, the new tab page will be blank.
+
+If this policy is enabled or not configured, the new tab page will be the default.</string>
       <string id="OfferToSaveLogins">Offer to save logins</string>
       <string id="OfferToSaveLogins_Explain">If this policy is enabled or not configured, Firefox will offer to save website logins and passwords.
 
index 57824894999154d6948cf0f7e6d54d2ed56b576d..34641ecea4f2aa7bab454fb8a52a4b5265697916 100644 (file)
@@ -210,6 +210,10 @@ Si esta política está habilitada o no está configurada, la aceleración por h
       <string id="NetworkPrediction_Explain">Si esta política está deshabilitada, la predicción de red (preprocesamiento DNS) se deshabilitará.
 
 Si esta política está habilitada o no está configurada, se habilitará la predicción de red (preprocesamiento DNS).</string>
+      <string id="NewTabPage">New Tab Page</string>
+      <string id="NewTabPage_Explain">If this policy is disabled, the new tab page will be blank.
+
+If this policy is enabled or not configured, the new tab page will be the default.</string>
       <string id="OfferToSaveLogins">Sugerir guardar inicios de sesión</string>
       <string id="OfferToSaveLogins_Explain">Si esta política está habilitada o no está configurada, Firefox ofrecerá guardar los inicios de sesión y las contraseñas de sitios web.
 
index ad3aa47fe4f62c2f9423fc436a937bef7793bfa2..c80e36d1c05224c1da3f47422ea8b4b74c8c8e33 100644 (file)
       <disabledValue>
         <decimal value="0"/>
       </disabledValue>
-    </policy>    
+    </policy>
+    <policy name="NewTabPage" class="Both" displayName="$(string.NewTabPage)" explainText="$(string.NewTabPage_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NewTabPage">
+      <parentCategory ref="firefox"/>
+      <supportedOn ref="SUPPORTED_FF68"/>
+      <enabledValue>
+        <decimal value="1"/>
+      </enabledValue>
+      <disabledValue>
+        <decimal value="0"/>
+      </disabledValue>
+    </policy>
     <policy name="OfferToSaveLogins" class="Both" displayName="$(string.OfferToSaveLogins)" explainText="$(string.OfferToSaveLogins_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="OfferToSaveLogins">
       <parentCategory ref="firefox"/>
       <supportedOn ref="SUPPORTED_FF60"/>
index a6d90079b0b3147938eb3cf8466bfe618c421d0b..4451398205700d110a1c752d291f1ec55214708a 100644 (file)
@@ -210,6 +210,10 @@ Si cette stratégie est activée ou non configurée, l'accélération matériell
       <string id="NetworkPrediction_Explain">Si cette stratégie est désactivée, la découverte réseau (préférence DNS) sera désactivéeill be disabled.\r
 \r
 Si cette stratégie est activée ou  non configurée, la découverte réseau (préférence DNS) sera activée.</string>\r
+      <string id="NewTabPage">New Tab Page</string>\r
+      <string id="NewTabPage_Explain">If this policy is disabled, the new tab page will be blank.\r
+\r
+If this policy is enabled or not configured, the new tab page will be the default.</string>\r
       <string id="OfferToSaveLogins">Offre de sauvegarder les identifiants</string>\r
       <string id="OfferToSaveLogins_Explain">Si cette stratégie est activée ou non configurée, Firefox proposera de sauvegarder les identifiants de connexion et les mots de passe du site Web.\r
 \r
index ca06e7b02ea199d2421c8e0c6a659f5483f2cfa6..a2b82aa55a40e22c9cdeff8fa7a88bdbc6d1499f 100644 (file)
@@ -210,6 +210,10 @@ Se questo criterio è abilitato o non configurato, l'accelerazione hardware è a
       <string id="NetworkPrediction_Explain">Se questo criterio è disabilitato, la previsione di rete (prefetching DNS) sarà disabilitata.
 
 Se questo criterio è abilitato o non configurato, la previsione di rete (prefetching DNS) sarà abilitata.</string>
+      <string id="NewTabPage">New Tab Page</string>
+      <string id="NewTabPage_Explain">If this policy is disabled, the new tab page will be blank.
+
+If this policy is enabled or not configured, the new tab page will be the default.</string>
       <string id="OfferToSaveLogins">Offri di salvare le credenziali di accesso</string>
       <string id="OfferToSaveLogins_Explain">Se questo criterio è abilitato o non configurato, Firefox si offrirà di salvare i nomi utente e le password di accesso ai siti.
 

patrick-canterino.de