From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Fri, 3 Apr 2020 19:30:40 +0000 (-0500) Subject: Updates for new UserMessaging policy X-Git-Tag: v1.15~12^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/b535ad059b3465e029cff46ad170b7f958cf79b4?ds=sidebyside;hp=--cc Updates for new UserMessaging policy --- b535ad059b3465e029cff46ad170b7f958cf79b4 diff --git a/README.md b/README.md index 48cc56b..490bb5a 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ Policies can be specified using the Group Policy templates on Windows (https://g | **[`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. +| **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user. | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited. ### AppUpdateURL @@ -3020,6 +3021,58 @@ Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S" } } ``` +### UserMessaging + +Prevent installing search engines from webpages. + +`WhatsNew` Remove the "What's New" icon and menuitem. (Firefox 75 only) + +`ExtensionRecommendations` Don't recommend extensions. + +`FeatureRecommendations` Don't recommend browser features. + +`UrlbarInterventions` Don't offer Firefox specific suggestions in the URL bar. (Firefox 75 only) + +**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` + +#### Windows (GPO) +``` +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 +``` +#### macOS +``` + + UserMessaging + + WhatsNew + | + ExtensionRecommendations + | + FeatureRecommendations + | + UrlbarInterventions + | + + +``` +#### policies.json +``` +{ + "policies": { + "UserMessaging": { + "WhatsNew": true | false, + "ExtensionRecommendations": true | false, + "FeatureRecommendations": true | false, + "UrlbarInterventions": true | false + } + } +} +``` ### WebsiteFilter Block websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https addresses are supported at the moment. The arrays are limited to 1000 entries each. diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index c62f305..c331e5f 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -412,6 +412,17 @@ SearchBar separate + UserMessaging + + WhatsNew + + ExtensionRecommendations + + FeatureRecommendations + + UrlbarInterventions + + WebsiteFilter Block diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml index 808d6f4..c9593e5 100644 --- a/windows/de-DE/firefox.adml +++ b/windows/de-DE/firefox.adml @@ -23,6 +23,7 @@ Firefox 73 oder höher, Firefox 68.5 ESR oder höher Firefox 74 oder höher, Firefox 68.6 ESR oder höher Firefox 75 oder höher, Firefox 68.7 ESR oder höher + Firefox 75 oder höher Firefox 76 oder höher, Firefox 68.8 ESR oder höher Firefox 77 oder höher, Firefox 68.9 ESR oder höher Firefox @@ -43,6 +44,7 @@ Startseite Suche Einstellungen + User Messaging Erlaubte Seiten Gesperrte Seiten Benutzerdefinierte Update-URL @@ -660,6 +662,22 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, verwe Wenn diese Richtlinieneinstellung aktiviert ist, wird ein Menüeintrag mit spezifizierten Supportinformationen zum "Hilfe"-Menü hinzugefügt. Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird kein Menüeintrag hinzugefügt. + What's New + If this policy is disabled, the What's new icon and menuitem will not be displayed. + +If this policy is enabled or not configured, the What's New icon and menuitem will be displayed. + Extension Recommendations + If this policy is disabled, extensions will not be recommended as the user visits websites. + +If this policy is enabled or not configured, extensions will be recommended as the user visits websites. + Feature Recommendations + If this policy is disabled, Firefox features will not be recommended as the user uses Firefox. + +If this policy is enabled or not configured, Firefox features wil be recommended as the user uses Firefox. + Urlbar Interventions + 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. Wenn diese Richtlinieneinstellung aktiviert ist, ist die Einstellung auf true gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, ist die Einstellung auf false gesperrt. Für eine Beschreibung der Einstellung, siehe: diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 8fad753..63eca6e 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -23,6 +23,7 @@ Firefox 73 or later, Firefox 68.5 ESR or later Firefox 74 or later, Firefox 68.6 ESR or later Firefox 75 or later, Firefox 68.7 ESR or later + Firefox 75 or later Firefox 76 or later, Firefox 68.8 ESR or later Firefox 77 or later, Firefox 68.9 ESR or later Firefox @@ -43,6 +44,7 @@ Home page Search Preferences + User Messaging Allowed Sites Blocked Sites Custom Update URL @@ -662,6 +664,22 @@ If this policy is disabled or not configured, Firefox defaults to a maximum of T If this policy is enabled, a new menuitem is added to the help menu with support information. If this policy is disabled or not configured, no menuitem is added. + What's New + If this policy is disabled, the What's new icon and menuitem will not be displayed. + +If this policy is enabled or not configured, the What's New icon and menuitem will be displayed. + Extension Recommendations + If this policy is disabled, extensions will not be recommended as the user visits websites. + +If this policy is enabled or not configured, extensions will be recommended as the user visits websites. + Feature Recommendations + If this policy is disabled, Firefox features will not be recommended as the user uses Firefox. + +If this policy is enabled or not configured, Firefox features wil be recommended as the user uses Firefox. + Urlbar Interventions + 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. If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false. For a description of the preference, see: diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml index 0bcd5e5..6907a51 100644 --- a/windows/es-ES/firefox.adml +++ b/windows/es-ES/firefox.adml @@ -23,6 +23,7 @@ Firefox 73 o posterior, Firefox 68.5 ESR o posterior Firefox 74 o posterior, Firefox 68.6 ESR o posterior Firefox 75 o posterior, Firefox 68.7 ESR o posterior + Firefox 75 o posterior Firefox 76 o posterior, Firefox 68.8 ESR o posterior Firefox 77 o posterior, Firefox 68.9 ESR o posterior Firefox @@ -43,6 +44,7 @@ Página de inicio Búsqueda Preferencias + User Messaging Sitios permitidos Sitios bloqueados URL de actualización personalizada @@ -662,6 +664,22 @@ Si esta política está deshabilitada o no está configurada, Firefox establecer Si esta política está habilitada, se añadirá un elemento nuevo al menú de ayuda con información de soporte. Si esta política está deshabilitada o no está configurada, no se añadirá ningún elemento al menú. + What's New + If this policy is disabled, the What's new icon and menuitem will not be displayed. + +If this policy is enabled or not configured, the What's New icon and menuitem will be displayed. + Extension Recommendations + If this policy is disabled, extensions will not be recommended as the user visits websites. + +If this policy is enabled or not configured, extensions will be recommended as the user visits websites. + Feature Recommendations + If this policy is disabled, Firefox features will not be recommended as the user uses Firefox. + +If this policy is enabled or not configured, Firefox features wil be recommended as the user uses Firefox. + Urlbar Interventions + 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. Si esta política está habilitada, la preferencia se bloquea en true. Si esta política está deshabilitada, la preferencia está bloqueada en false. Para una descripción de la preferencia, visite: diff --git a/windows/firefox.admx b/windows/firefox.admx index 1208bba..a093bec 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -25,6 +25,7 @@ + @@ -90,6 +91,9 @@ + + + @@ -3296,5 +3300,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml index 2277f47..68895f9 100644 --- a/windows/fr-FR/firefox.adml +++ b/windows/fr-FR/firefox.adml @@ -23,6 +23,7 @@ Firefox 73 ou supérieur, Firefox 68.5 ESR ou supérieur Firefox 74 ou supérieur, Firefox 68.6 ESR ou supérieur Firefox 75 ou supérieur, Firefox 68.7 ESR ou supérieur + Firefox 75 ou supérieur Firefox 76 ou supérieur, Firefox 68.8 ESR ou supérieur Firefox 77 ou supérieur, Firefox 68.9 ESR ou supérieur Firefox @@ -43,6 +44,7 @@ Page d'accueil Recherche Préférences + User Messaging Sites autorisés Sites bloqués URL de mise à jour personnalisée @@ -662,6 +664,22 @@ Si cette stratégie est désactivée ou non configurée, Firefox utilise par dé If this policy is enabled, a new menuitem is added to the help menu with support information. If this policy is disabled or not configured, no menuitem is added. + What's New + If this policy is disabled, the What's new icon and menuitem will not be displayed. + +If this policy is enabled or not configured, the What's New icon and menuitem will be displayed. + Extension Recommendations + If this policy is disabled, extensions will not be recommended as the user visits websites. + +If this policy is enabled or not configured, extensions will be recommended as the user visits websites. + Feature Recommendations + If this policy is disabled, Firefox features will not be recommended as the user uses Firefox. + +If this policy is enabled or not configured, Firefox features wil be recommended as the user uses Firefox. + Urlbar Interventions + 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. If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false. For a description of the preference, see: diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml index ae36486..dc06bec 100644 --- a/windows/it-IT/firefox.adml +++ b/windows/it-IT/firefox.adml @@ -23,6 +23,7 @@ Firefox 73 o versione successiva, Firefox 68.5 ESR o versione successiva Firefox 74 o versione successiva, Firefox 68.6 ESR o versione successiva Firefox 75 o versione successiva, Firefox 68.7 ESR o versione successiva + Firefox 75 o versione successiva Firefox 76 o versione successiva, Firefox 68.8 ESR o versione successiva Firefox 77 o versione successiva, Firefox 68.9 ESR o versione successiva Firefox @@ -43,6 +44,7 @@ Pagina iniziale Ricerca Preferenze + User Messaging Siti consentiti Siti bloccati URL aggiornamento personalizzato @@ -662,6 +664,22 @@ Se questo criterio è disabilitato o non configurato, per impostazione predefini Se questo criterio è abilitato, al menù Aiuto sarà aggiunta una nuova voce di menù per richiamare le informazioni di supporto. Se questo criterio è disabilitato o non configurato, non sarà aggiunta nessuna voce. + What's New + If this policy is disabled, the What's new icon and menuitem will not be displayed. + +If this policy is enabled or not configured, the What's New icon and menuitem will be displayed. + Extension Recommendations + If this policy is disabled, extensions will not be recommended as the user visits websites. + +If this policy is enabled or not configured, extensions will be recommended as the user visits websites. + Feature Recommendations + If this policy is disabled, Firefox features will not be recommended as the user uses Firefox. + +If this policy is enabled or not configured, Firefox features wil be recommended as the user uses Firefox. + Urlbar Interventions + 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. Se questo criterio è abilitato, la preferenza è impostata a Vero e resa non modificabile. Se questo criterio è disabilitato, la preferenza è impostata a Falso e resa non modificabile. Per una descrizione della preferenza, si veda: diff --git a/windows/zh-TW/firefox.adml b/windows/zh-TW/firefox.adml index b91f776..33d6f62 100644 --- a/windows/zh-TW/firefox.adml +++ b/windows/zh-TW/firefox.adml @@ -23,6 +23,7 @@ Firefox 73 或更新版本、Firefox 68.5 ESR 或更新版本 Firefox 74 或更新版本、Firefox 68.6 ESR 或更新版本 Firefox 75 或更新版本、Firefox 68.7 ESR 或更新版本 + Firefox 75 或更新版本 Firefox 76 或更新版本、Firefox 68.8 ESR 或更新版本 Firefox 77 或更新版本、Firefox 68.9 ESR 或更新版本 Firefox @@ -43,6 +44,7 @@ 首頁 搜尋 偏好設定 + User Messaging 允許的網站 封鎖的網站 自訂更新網址 @@ -660,6 +662,22 @@ If this policy is disabled or not configured, the user can change tracking prote 若啟用此原則,將在說明選單中加入技術支援資訊項目。 若停用或不設定此原則,則不會加入選單項目。 + What's New + If this policy is disabled, the What's new icon and menuitem will not be displayed. + +If this policy is enabled or not configured, the What's New icon and menuitem will be displayed. + Extension Recommendations + If this policy is disabled, extensions will not be recommended as the user visits websites. + +If this policy is enabled or not configured, extensions will be recommended as the user visits websites. + Feature Recommendations + If this policy is disabled, Firefox features will not be recommended as the user uses Firefox. + +If this policy is enabled or not configured, Firefox features wil be recommended as the user uses Firefox. + Urlbar Interventions + 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. 若啟用此原則,偏好設定將鎖定為 true。若停用此原則,偏好設定則鎖定為 false。 若需要偏好設定的詳細說明,請參考: