From 671c8d92e2ebdf8d9beb1adde1543ca19d328081 Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Thu, 15 Apr 2021 15:28:49 -0500
Subject: [PATCH] SkipOnboarding policy
---
README.md | 17 ++++++++++++-----
mac/org.mozilla.firefox.plist | 2 ++
windows/de-DE/firefox.adml | 4 ++++
windows/en-US/firefox.adml | 4 ++++
windows/es-ES/firefox.adml | 4 ++++
windows/firefox.admx | 10 ++++++++++
windows/fr-FR/firefox.adml | 4 ++++
windows/it-IT/firefox.adml | 4 ++++
windows/ru-RU/firefox.adml | 4 ++++
windows/zh-CN/firefox.adml | 4 ++++
windows/zh-TW/firefox.adml | 4 ++++
11 files changed, 56 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 58071fc..c5851b5 100644
--- a/README.md
+++ b/README.md
@@ -5154,17 +5154,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)
```
@@ -5172,6 +5174,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:
@@ -5180,6 +5183,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):
```
@@ -5198,6 +5202,8 @@ Value (string):
|
UrlbarInterventions
|
+ SkipOnboarding
+ |
```
@@ -5210,6 +5216,7 @@ Value (string):
"ExtensionRecommendations": true | false,
"FeatureRecommendations": true | false,
"UrlbarInterventions": true | false
+ "SkipOnboarding": true | false
}
}
}
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index d14eb7c..493e4d1 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -569,6 +569,8 @@
UrlbarInterventions
+ SkipOnboarding
+
WebsiteFilter
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index cf3fd14..2a3ed8d 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -765,6 +765,10 @@ Wenn diese Richtlinie aktiviert oder nicht konfiguriert ist, werden Firefox-Funk
Wenn diese Richtlinieneinstellung deaktiviert ist, werden basierend darauf, was der Benutzer in die Adressleiste eingibt, keine Aktionen empfohlen.
Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, werden Aktionen empfohlen, die darauf basieren, was der Benutzer in die Adressleiste eingibt.
+ Skip Onboarding
+ If this policy is enabled, onboarding messages will not be shown on the new tab page.
+
+If this policy is disabled or not configured, onboarding messages will be shown on the new tab page.
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 41f52f6..f31908a 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -767,6 +767,10 @@ If this policy is enabled or not configured, Firefox features will be recommende
If this policy is disabled, actions will not be recommended based on what the user types in the URL bar.
If this policy is enabled or not configured, actions will be recommended based on what the user types in the URL bar.
+ Skip Onboarding
+ If this policy is enabled, onboarding messages will not be shown on the new tab page.
+
+If this policy is disabled or not configured, onboarding messages will be shown on the new tab page.
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml
index e106c12..9f81d97 100644
--- a/windows/es-ES/firefox.adml
+++ b/windows/es-ES/firefox.adml
@@ -767,6 +767,10 @@ Si esta polÃtica está habilitada o no está configurada, se recomendarán las
Si esta polÃtica está deshabilitada, no se recomendarán acciones en función de lo que el usuario escriba en la barra de URL.
Si esta polÃtica está habilitada o no está configurada, se recomendarán acciones en función de lo que el usuario escriba en la barra de URL.
+ Skip Onboarding
+ If this policy is enabled, onboarding messages will not be shown on the new tab page.
+
+If this policy is disabled or not configured, onboarding messages will be shown on the new tab page.
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
diff --git a/windows/firefox.admx b/windows/firefox.admx
index 5f55539..4fe4570 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -3522,6 +3522,16 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index c7e5aef..0be76f5 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -766,6 +766,10 @@ Si cette politique est activée ou non configurée, les fonctionnalités de Fire
Si cette stratégie est désactivée, aucune action ne sera recommandée en fonction de ce que l'utilisateur tape dans la barre d'URL.
Si cette stratégie est activée ou non configurée, des actions seront recommandées en fonction de ce que l'utilisateur tape dans la barre d'URL.
+ Skip Onboarding
+ If this policy is enabled, onboarding messages will not be shown on the new tab page.
+
+If this policy is disabled or not configured, onboarding messages will be shown on the new tab page.
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml
index bb2403d..f76d2f8 100644
--- a/windows/it-IT/firefox.adml
+++ b/windows/it-IT/firefox.adml
@@ -767,6 +767,10 @@ Se questo criterio è abilitato o non configurato, saranno consigliate funzional
Se questo criterio è disabilitato, non saranno consigliate azioni basate su quanto l'utente ha digitato nella barra degli indirizzi.
Se questo criterio è abilitato o non configurato, saranno consigliate azioni basate su quanto l'utente ha digitato nella barra degli indirizzi.
+ Skip Onboarding
+ If this policy is enabled, onboarding messages will not be shown on the new tab page.
+
+If this policy is disabled or not configured, onboarding messages will be shown on the new tab page.
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
diff --git a/windows/ru-RU/firefox.adml b/windows/ru-RU/firefox.adml
index af5bddb..238df59 100644
--- a/windows/ru-RU/firefox.adml
+++ b/windows/ru-RU/firefox.adml
@@ -767,6 +767,10 @@ Mozilla ÑекомендÑÐµÑ Ð½Ðµ оÑклÑÑаÑÑ ÑелемеÑÑиÑ. Ð
ÐÑли ÑÑа полиÑика оÑклÑÑена, дейÑÑÐ²Ð¸Ñ Ð½Ðµ бÑдÑÑ ÑÐµÐºÐ¾Ð¼ÐµÐ½Ð´Ð¾Ð²Ð°Ð½Ñ Ð² завиÑимоÑÑи Ð¾Ñ Ñого, ÑÑо полÑзоваÑÐµÐ»Ñ Ð²Ð²Ð¾Ð´Ð¸Ñ Ð² ÑÑÑоке URL-адÑеÑа.
ÐÑли ÑÑа полиÑика вклÑÑена или не наÑÑÑоена, дейÑÑÐ²Ð¸Ñ Ð±ÑдÑÑ ÑÐµÐºÐ¾Ð¼ÐµÐ½Ð´Ð¾Ð²Ð°Ð½Ñ Ð² завиÑимоÑÑи Ð¾Ñ Ñого, ÑÑо полÑзоваÑÐµÐ»Ñ Ð²Ð²Ð¾Ð´Ð¸Ñ Ð² ÑÑÑоке URL.
+ Skip Onboarding
+ If this policy is enabled, onboarding messages will not be shown on the new tab page.
+
+If this policy is disabled or not configured, onboarding messages will be shown on the new tab page.
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
diff --git a/windows/zh-CN/firefox.adml b/windows/zh-CN/firefox.adml
index d31f5cc..5bd14d3 100644
--- a/windows/zh-CN/firefox.adml
+++ b/windows/zh-CN/firefox.adml
@@ -765,6 +765,10 @@ Mozilla 建议æ¨ä¸è¦ç¦ç¨ Telemetryã éè¿ Telemetry æ¶éå°çä¿¡æ¯
è¥ç¦ç¨æ¤çç¥ï¼å°ä¸å°å¨ URL æ è¾å
¥æ¶æ¨èæä½è¡ä¸ºã
è¥å¯ç¨æä¸è®¾å®æ¤ååï¼åä¼æ ¹æ®ç¨æ·å¨ç½åæ è¾å
¥çå
容æ¨èæä½è¡ä¸ºã
+ Skip Onboarding
+ If this policy is enabled, onboarding messages will not be shown on the new tab page.
+
+If this policy is disabled or not configured, onboarding messages will be shown on the new tab page.
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
diff --git a/windows/zh-TW/firefox.adml b/windows/zh-TW/firefox.adml
index b267a6b..9a9fe97 100644
--- a/windows/zh-TW/firefox.adml
+++ b/windows/zh-TW/firefox.adml
@@ -765,6 +765,10 @@ Mozilla 建è°æ¨ä¸è¦åç¨ Telemetryãéé Telemetry æ¶éå°çè³è¨å¯
è¥åç¨æ¤ååï¼å°ä¸æå¨ä½¿ç¨è
å¨ç¶²åå輸å
¥ææ¨è¦æä½è¡çºã
è¥åç¨æä¸è¨å®æ¤ååï¼åææ ¹æ使ç¨è
å¨ç¶²åå輸å
¥çå
§å®¹æ¨è¦æä½è¡çºã
+ Skip Onboarding
+ If this policy is enabled, onboarding messages will not be shown on the new tab page.
+
+If this policy is disabled or not configured, onboarding messages will be shown on the new tab page.
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
--
2.34.1