From b535ad059b3465e029cff46ad170b7f958cf79b4 Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Fri, 3 Apr 2020 14:30:40 -0500
Subject: [PATCH 01/16] Updates for new UserMessaging policy
---
README.md | 53 +++++++++++++++++++++++++++++++++++
mac/org.mozilla.firefox.plist | 11 ++++++++
windows/de-DE/firefox.adml | 18 ++++++++++++
windows/en-US/firefox.adml | 18 ++++++++++++
windows/es-ES/firefox.adml | 18 ++++++++++++
windows/firefox.admx | 44 +++++++++++++++++++++++++++++
windows/fr-FR/firefox.adml | 18 ++++++++++++
windows/it-IT/firefox.adml | 18 ++++++++++++
windows/zh-TW/firefox.adml | 18 ++++++++++++
9 files changed, 216 insertions(+)
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
+ 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
+ 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
+ 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é
+ 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
+ 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ã
è¥éè¦å好è¨å®ç詳細說æï¼è«åèï¼
--
2.34.1
From f40a80895576ce020f89a436d88849ab2bf2e7af Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Mon, 6 Apr 2020 09:14:46 -0500
Subject: [PATCH 02/16] DisablePasswordReveal missing from TOC
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 48cc56b..3498a84 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ Policies can be specified using the Group Policy templates on Windows (https://g
| **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
| **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
| **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
+| **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
| **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
| **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
| **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
--
2.34.1
From 0bf4f0ce48279465aafa76dd66bef221c7903f14 Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Mon, 6 Apr 2020 15:22:29 -0500
Subject: [PATCH 03/16] Document policy better.
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index c722cb1..307ef3c 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,9 @@ Policies can be specified using the Group Policy templates on Windows (https://g
### AppAutoUpdate
-Enable or disable automatic application update.
+Enable or disable **automatic** application update. Set this to true to install application updates without user approval.
+
+If you have disabled updates via DisableAppUpdate, this policy has no effect.
**Compatibility:** Firefox 75, Firefox ESR 68.7\
**CCK2 Equivalent:** N/A\
@@ -2284,7 +2286,7 @@ Set and lock certain preferences.
| --- | --- | --- | ---
| accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
| If set to 1, platform accessibility is disabled.
-| app.update.auto | boolean | Firefox 68, Firefox ESR 68 | true
+| app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
| If false, Firefox doesn't automatically install update.
| browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
| If true, bookmarks are exported on shutdown.
--
2.34.1
From e29d075b38661a6dce353c2f66e46e04ffadf132 Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Mon, 6 Apr 2020 15:29:33 -0500
Subject: [PATCH 04/16] More clarification
---
README.md | 6 +++++-
windows/de-DE/firefox.adml | 4 ++--
windows/en-US/firefox.adml | 4 ++--
windows/es-ES/firefox.adml | 4 ++--
windows/fr-FR/firefox.adml | 4 ++--
windows/it-IT/firefox.adml | 4 ++--
windows/zh-TW/firefox.adml | 4 ++--
7 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index 307ef3c..7fdee70 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,11 @@ Policies can be specified using the Group Policy templates on Windows (https://g
### AppAutoUpdate
-Enable or disable **automatic** application update. Set this to true to install application updates without user approval.
+Enable or disable **automatic** application update.
+
+If set to true, application updates are installed without user approval.
+
+If set to false, application updates are downloaded but the user can choose when to install the update.
If you have disabled updates via DisableAppUpdate, this policy has no effect.
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 3f6c83f..262735c 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -46,9 +46,9 @@
Erlaubte Seiten
Gesperrte Seiten
Application Autoupdate
- If this policy is enabled, Firefox is automatically updated.
+ If this policy is enabled, Firefox is automatically updated without user approval.
-If this policy is disabled Firefox is not updated automatically.
+If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.
If this policy is not configured, the user can choose whether not Firefox is automatically updated.
Benutzerdefinierte Update-URL
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index ad875be..72adbb8 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -46,9 +46,9 @@
Allowed Sites
Blocked Sites
Application Autoupdate
- If this policy is enabled, Firefox is automatically updated.
+ If this policy is enabled, Firefox is automatically updated without user approval.
-If this policy is disabled Firefox is not updated automatically.
+If this policy is disabled Firefox updates are downloaded, but the user can choose when to install the update.
If this policy is not configured, the user can choose whether not Firefox is automatically updated.
Custom Update URL
diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml
index 845e1c0..20b64e2 100644
--- a/windows/es-ES/firefox.adml
+++ b/windows/es-ES/firefox.adml
@@ -46,9 +46,9 @@
Sitios permitidos
Sitios bloqueados
Application Autoupdate
- If this policy is enabled, Firefox is automatically updated.
+ If this policy is enabled, Firefox is automatically updated without user approval.
-If this policy is disabled Firefox is not updated automatically.
+If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.
If this policy is not configured, the user can choose whether not Firefox is automatically updated.
URL de actualización personalizada
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index f9cb8b1..5a1464a 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -46,9 +46,9 @@
Sites autorisés
Sites bloqués
Application Autoupdate
- If this policy is enabled, Firefox is automatically updated.
+ If this policy is enabled, Firefox is automatically updated without user approval.
-If this policy is disabled Firefox is not updated automatically.
+If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.
If this policy is not configured, the user can choose whether not Firefox is automatically updated.
URL de mise à jour personnalisée
diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml
index 96c6772..9fd3a53 100644
--- a/windows/it-IT/firefox.adml
+++ b/windows/it-IT/firefox.adml
@@ -46,9 +46,9 @@
Siti consentiti
Siti bloccati
Application Autoupdate
- If this policy is enabled, Firefox is automatically updated.
+ If this policy is enabled, Firefox is automatically updated without user approval.
-If this policy is disabled Firefox is not updated automatically.
+If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.
If this policy is not configured, the user can choose whether not Firefox is automatically updated.
URL aggiornamento personalizzato
diff --git a/windows/zh-TW/firefox.adml b/windows/zh-TW/firefox.adml
index 4ebbd4f..746d735 100644
--- a/windows/zh-TW/firefox.adml
+++ b/windows/zh-TW/firefox.adml
@@ -46,9 +46,9 @@
å
許ç網ç«
å°éç網ç«
Application Autoupdate
- If this policy is enabled, Firefox is automatically updated.
+ If this policy is enabled, Firefox is automatically updated without user approval.
-If this policy is disabled Firefox is not updated automatically.
+If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.
If this policy is not configured, the user can choose whether not Firefox is automatically updated.
èªè¨æ´æ°ç¶²å
--
2.34.1
From 390e478fb418edf91aad6360f2d56b38a3b6c743 Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Mon, 6 Apr 2020 17:19:12 -0500
Subject: [PATCH 05/16] Fix grammar
---
windows/en-US/firefox.adml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 1409495..3254364 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -50,7 +50,7 @@
Application Autoupdate
If this policy is enabled, Firefox is automatically updated without user approval.
-If this policy is disabled Firefox updates are downloaded, but the user can choose when to install the update.
+If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.
If this policy is not configured, the user can choose whether not Firefox is automatically updated.
Custom Update URL
--
2.34.1
From 12c46ccb9bacc169803c41a7ca49b364df78c245 Mon Sep 17 00:00:00 2001
From: vossni <46046843+vossni@users.noreply.github.com>
Date: Tue, 7 Apr 2020 06:24:00 +0200
Subject: [PATCH 06/16] Update firefox.adml
---
windows/de-DE/firefox.adml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 8778bfd..78600e4 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -47,16 +47,16 @@
User Messaging
Erlaubte Seiten
Gesperrte Seiten
- Application Autoupdate
- If this policy is enabled, Firefox is automatically updated without user approval.
+ Autoupdate der Anwendung
+ Wenn diese Richtlinie aktiviert ist, wird Firefox automatisch ohne Zustimmung des Benutzers aktualisiert.
-If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.
+Wenn diese Richtlinie deaktiviert ist, werden Firefox-Updates heruntergeladen, aber der Benutzer kann wählen, wann das Update installiert werden soll.
-If this policy is not configured, the user can choose whether not Firefox is automatically updated.
+Wenn diese Richtlinie nicht konfiguriert ist, kann der Benutzer wählen, ob Firefox automatisch aktualisiert wird oder nicht.
Benutzerdefinierte Update-URL
- Wenn diese Policy aktiviert ist, dann können Sie eine URL zu einem Update-Server setzen, die eine andere ist, als die standardmäÃige. Dies kann hilfreich sein, in dem Fall, wenn Sie einen eigenen Update-Server in Ihrem Netzwerk betreiben.
+ Wenn diese Richtlinie aktiviert ist, dann können Sie eine URL zu einem Update-Server setzen, die von der Standard-URL abweicht. Dies kann hilfreich sein, falls Sie einen eigenen Update-Server in Ihrem Netzwerk betreiben.
-Wenn diese Policy deaktiviert oder nicht konfiguriert ist, dann wird die Standard-URL verwendet.
+Wenn diese Richtlinie deaktiviert oder nicht konfiguriert ist, dann wird die Standard-URL verwendet.
SPNEGO
Wenn Sie die Richtlinieneinstellung aktivieren, dürfen Webseiten die SPNEGO-Authentifizierung verwenden. Erlaubte Formate für die Einträge in der Liste sind mydomain.com oder https://myotherdomain.com.
--
2.34.1
From 178ad4331e21c842b72e5d3bb9057af39d19cccb Mon Sep 17 00:00:00 2001
From: vossni <46046843+vossni@users.noreply.github.com>
Date: Tue, 7 Apr 2020 06:25:47 +0200
Subject: [PATCH 07/16] Update firefox.adml
---
windows/de-DE/firefox.adml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 78600e4..02f8503 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -47,7 +47,7 @@
User Messaging
Erlaubte Seiten
Gesperrte Seiten
- Autoupdate der Anwendung
+ Automatisches Update
Wenn diese Richtlinie aktiviert ist, wird Firefox automatisch ohne Zustimmung des Benutzers aktualisiert.
Wenn diese Richtlinie deaktiviert ist, werden Firefox-Updates heruntergeladen, aber der Benutzer kann wählen, wann das Update installiert werden soll.
--
2.34.1
From 75a99f9a61939438e7fc150814aaafeee4083262 Mon Sep 17 00:00:00 2001
From: Alessandro Menti
Date: Tue, 7 Apr 2020 08:29:01 +0200
Subject: [PATCH 08/16] Update the Italian translation
---
windows/it-IT/firefox.adml | 70 +++++++++++++++++++-------------------
1 file changed, 35 insertions(+), 35 deletions(-)
diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml
index ee1a97b..6eb3d1c 100644
--- a/windows/it-IT/firefox.adml
+++ b/windows/it-IT/firefox.adml
@@ -44,15 +44,15 @@
Pagina iniziale
Ricerca
Preferenze
- User Messaging
+ Messaggi utente
Siti consentiti
Siti bloccati
- Application Autoupdate
- If this policy is enabled, Firefox is automatically updated without user approval.
+ Aggiornamento automatico applicazione
+ Se questo criterio è abilitato, Firefox è aggiornato automaticamente senza l'approvazione dell'utente.
-If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.
+Se questo criterio è disabilitato, gli aggiornamenti di Firefox sono scaricati ma l'utente può scegliere quando installare l'aggiornamento.
-If this policy is not configured, the user can choose whether not Firefox is automatically updated.
+Se questo criterio non è configurato, l'utente può scegliere se Firefox verrà aggiornato automaticamente o meno.
URL aggiornamento personalizzato
Se questo criterio è abilitato, è possibile impostare un URL diverso da quello predefinito per il server di aggiornamento. Ciò potrebbe essere utile se si dispone di un server di aggiornamento sulla propria rete.
@@ -127,25 +127,25 @@ Se questo criterio è disabilitato o non configurato, Firefox utilizzerà la dir
Se questo criterio è abilitato, è possibile impostare e rendere non modificabile la directory per i download. à possibile usare ${home} per specificare il percorso nativo della directory utente.
Se questo criterio è disabilitato o non configurato, Firefox utilizzerà la directory di download predefinita e l'utente sarà in grado di modificarla.
- DNS Over HTTPS
- Enabled
- If this policy is disabled, DNS over HTTPS is disabled.
+ DNS su HTTPS
+ Abilitato
+ Se questo criterio è disabilitato, DNS su HTTPS è disabilitato.
-If this policy is enabled or not configured, DNS Over HTTPS is enabled.
- Provider URL
- If this policy is enabled, the URL specified is used as the provider URL.
+Se questo criterio è abilitato o non configurato, DNS su HTTPS è abilitato.
+ URL provider
+ Se questo criterio è abilitato, l'URL specificato sarà utilizzato come URL provider.
-If this policy is disabled or not configured, the default provider is used.
+Se questo criterio è disabilitato o non configurato, sarà utilizzato il provider predefinito.
- Locked
- If this policy is enabled, DNS over HTTPS settings cannot be changed by the user.
+ Bloccato
+ Se questo criterio è abilitato, le impostazioni DNS su HTTPS non possono essere modificate dall'utente.
-If this policy is disabled or not configured, DNS over HTTPS settings can be changed by the user.
- Excluded Domains
- If this policy is enabled, the specified domains are excluded from DNS over HTTPS.
+Se questo criterio è disabilitato o non configurato, le impostazioni DNS su HTTPS possono essere modificate dall'utente.
+ Domini esclusi
+ Se questo criterio è abilitato, i domini specificati sono esclusi da DNS su HTTPS.
-If this policy is disabled or not configured, no domains are excluded from DNS over HTTPS.
- Configura DNS su HTTPS (Moved)
+Se questo criterio è disabilitato o non configurato, nessun dominio è escluso da DNS su HTTPS.
+ Configura DNS su HTTPS (spostato)
Se questo criterio è abilitato, la configurazione predefinita per DNS su HTTPS può essere modificata.
Se questo criterio è disabilitato o non configurato, DNS su HTTPS utilizza la configurazione predefinita di Firefox.
@@ -161,12 +161,12 @@ Se questo criterio è disabilitato o non configurato, il browser riceverà aggio
Se questo criterio è abilitato, i file PDF non sono visualizzati all'interno di Firefox.
Se questo criterio è disabilitato o non configurato, i file PDF sono visualizzati all'interno di Firefox.
- Disable the default browser agent.
- If this policy is enabled, the default browser agent is disabled.
+ Disabilita l'agente browser predefinito
+ Se questo criterio è abilitato, l'agente browser predefinito è disabilitato.
-If this policy is disabled or not configured, the default browser agent is enabled.
+Se questo criterio è disabilitato o non configurato, l'agente browser predefinito è abilitato.
-For more information about the default browser agent, see https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html
+Per ulteriori informazioni sull'agente browser predefinito, si veda https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html
Disabilita Strumenti Sviluppo web
Se questo criterio è abilitato, gli Strumenti Sviluppo web non sono disponibili all'interno di Firefox.
@@ -694,22 +694,22 @@ Se questo criterio è disabilitato o non configurato, per impostazione predefini
- What's New
- If this policy is disabled, the What's new icon and menuitem will not be displayed.
+ NovitÃ
+ Se questo criterio è disabilitato, l'icona e la voce di menù Novità non saranno visualizzate.
-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.
+Se questo criterio è abilitato o non configurato, l'icona e la voce di menù Novità saranno visualizzate.
+ Consigli estensioni
+ Se questo criterio è disabilitato, non saranno consigliate estensioni durante la navigazione dell'utente.
-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.
+Se questo criterio è abilitato o non configurato, saranno consigliate delle estensioni durante la navigazione dell'utente.
+ Consigli funzionalitÃ
+ Se questo criterio è disabilitato, non saranno consigliate funzionalità di Firefox durante l'utilizzo di Firefox da parte dell'utente.
-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.
+Se questo criterio è abilitato o non configurato, saranno consigliate funzionalità di Firefox durante l'utilizzo di Firefox da parte dell'utente.
+ Intervento barra degli indirizzi
+ Se questo criterio è disabilitato, non saranno consigliate azioni basate su quanto l'utente ha digitato nella barra degli indirizzi.
-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 o non configurato, saranno consigliate azioni basate su quanto l'utente ha digitato nella barra degli indirizzi.
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:
--
2.34.1
From 329d00eceb698dc9559aa5e556359c9f97c81edf Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Tue, 7 Apr 2020 10:26:06 -0500
Subject: [PATCH 09/16] Add hidden anchors for new Firefox documentation,
cleanup anchor name
---
README.md | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 3ec9588..15b58d9 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@ Policies can be specified using the Group Policy templates on Windows (https://g
| Policy Name | Description
| --- | --- |
-| **[`AppAutoUpdate`](#AppAutoUpdate)** | Enable or disable automatic application update.
-| **[`AppUpdateURL`](#AppUpdateURL)** | Change the URL for application update.
-| **[`Authentication`](#Authentication)** | Configure sites that support integrated authentication.
+| **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
+| **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
+| **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
| **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
| **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
| **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
@@ -2624,6 +2624,7 @@ or
}
```
### SanitizeOnShutdown (Selective)
+
Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
Previously, these values were always locked. Starting with Firefox 74 and Firefox ESR 68.6, you can use the `Locked` option to either keep the values unlocked (set it to false), or lock only the values you set (set it to true). If you want the old behavior of locking everything, do not set `Locked` at all.
@@ -2739,12 +2740,8 @@ Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
}
}
```
-
-
-
-
-
### SearchEngines (This policy is only available on the ESR.)
+
### SearchEngines | Default
--
2.34.1
From 43319160d2ef3ac9678f4fcf71c1e22c0826b448 Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Tue, 7 Apr 2020 10:27:26 -0500
Subject: [PATCH 10/16] Move anchors before
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 15b58d9..2dd9c6a 100644
--- a/README.md
+++ b/README.md
@@ -2623,8 +2623,8 @@ or
}
}
```
-### SanitizeOnShutdown (Selective)
+### SanitizeOnShutdown (Selective)
Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
Previously, these values were always locked. Starting with Firefox 74 and Firefox ESR 68.6, you can use the `Locked` option to either keep the values unlocked (set it to false), or lock only the values you set (set it to true). If you want the old behavior of locking everything, do not set `Locked` at all.
@@ -2740,8 +2740,8 @@ Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
}
}
```
-### SearchEngines (This policy is only available on the ESR.)
+### SearchEngines (This policy is only available on the ESR.)
### SearchEngines | Default
--
2.34.1
From ce322515020828e33c5b760dee7ecf4aced57af8 Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Tue, 7 Apr 2020 10:28:45 -0500
Subject: [PATCH 11/16] Fix anchors
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 2dd9c6a..6ce14bc 100644
--- a/README.md
+++ b/README.md
@@ -2624,6 +2624,7 @@ or
}
```
+
### SanitizeOnShutdown (Selective)
Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
@@ -2741,6 +2742,7 @@ Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
}
```
+
### SearchEngines (This policy is only available on the ESR.)
### SearchEngines | Default
--
2.34.1
From f15b801e7e08293b278114472130732009d8a79d Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Tue, 7 Apr 2020 10:31:37 -0500
Subject: [PATCH 12/16] Trying to fix anchors
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 6ce14bc..5791604 100644
--- a/README.md
+++ b/README.md
@@ -2623,7 +2623,7 @@ or
}
}
```
-
+
### SanitizeOnShutdown (Selective)
Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
@@ -2741,7 +2741,7 @@ Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
}
}
```
-
+
### SearchEngines (This policy is only available on the ESR.)
--
2.34.1
From b07e134601953a995059334eab9190f9e1edce32 Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Tue, 7 Apr 2020 16:46:53 -0500
Subject: [PATCH 13/16] Switch EnterprisePoliciesEnabled to true
---
mac/org.mozilla.firefox.plist | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index a0813c1..7d57042 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -3,7 +3,7 @@
EnterprisePoliciesEnabled
-
+
AppAutoUpdate
AppUpdateURL
--
2.34.1
From db342130d70239d5bcd7efe765bd7b81efb96e53 Mon Sep 17 00:00:00 2001
From: vossni <46046843+vossni@users.noreply.github.com>
Date: Wed, 8 Apr 2020 06:26:28 +0200
Subject: [PATCH 14/16] Update german ADML
---
windows/de-DE/firefox.adml | 88 +++++++++++++++++++-------------------
1 file changed, 44 insertions(+), 44 deletions(-)
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 02f8503..e5b746a 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -48,15 +48,15 @@
Erlaubte Seiten
Gesperrte Seiten
Automatisches Update
- Wenn diese Richtlinie aktiviert ist, wird Firefox automatisch ohne Zustimmung des Benutzers aktualisiert.
+ Wenn diese Richtlinieneinstellung aktiviert ist, wird Firefox automatisch ohne Zustimmung des Benutzers aktualisiert.
-Wenn diese Richtlinie deaktiviert ist, werden Firefox-Updates heruntergeladen, aber der Benutzer kann wählen, wann das Update installiert werden soll.
+Wenn diese Richtlinieneinstellung deaktiviert ist, werden Firefox-Updates heruntergeladen, aber der Benutzer kann wählen, wann das Update installiert werden soll.
-Wenn diese Richtlinie nicht konfiguriert ist, kann der Benutzer wählen, ob Firefox automatisch aktualisiert wird oder nicht.
+Wenn diese Richtlinieneinstellung nicht konfiguriert ist, kann der Benutzer wählen, ob Firefox automatisch aktualisiert wird oder nicht.
Benutzerdefinierte Update-URL
- Wenn diese Richtlinie aktiviert ist, dann können Sie eine URL zu einem Update-Server setzen, die von der Standard-URL abweicht. Dies kann hilfreich sein, falls Sie einen eigenen Update-Server in Ihrem Netzwerk betreiben.
+ Wenn diese Richtlinieneinstellung aktiviert ist, können Sie eine URL zu einem Update-Server setzen, die von der Standard-URL abweicht. Dies kann hilfreich sein, falls Sie einen eigenen Update-Server in Ihrem Netzwerk betreiben.
-Wenn diese Richtlinie deaktiviert oder nicht konfiguriert ist, dann wird die Standard-URL verwendet.
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird die Standard-URL verwendet.
SPNEGO
Wenn Sie die Richtlinieneinstellung aktivieren, dürfen Webseiten die SPNEGO-Authentifizierung verwenden. Erlaubte Formate für die Einträge in der Liste sind mydomain.com oder https://myotherdomain.com.
@@ -127,28 +127,28 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird
Wenn Sie die Richtlinieneinstellung aktivieren, können Sie das Standard Verzeichnis für Downloads definieren und sperren. ${home} kann für den nativen Profilpfad verwendet werden.
Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird das Standard Firefox Download Verzeichnis benutzt und der Benutzer kann dies ändern.
- DNS Over HTTPS
- Enabled
- If this policy is disabled, DNS over HTTPS is disabled.
+ DNS über HTTPS
+ Aktiviert
+ Wenn diese Richtlinieneinstellung deaktiviert ist, ist DNS über HTTPS deaktiviert.
-If this policy is enabled or not configured, DNS Over HTTPS is enabled.
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, ist DNS über HTTPS aktiviert.
Provider URL
- If this policy is enabled, the URL specified is used as the provider URL.
+ Wenn diese Richtlinieneinstellung aktiviert ist, wird die angegebene URL als Provider-URL verwendet.
-If this policy is disabled or not configured, the default provider is used.
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird der Standardanbieter verwendet.
- Locked
- If this policy is enabled, DNS over HTTPS settings cannot be changed by the user.
+ Gesperrt
+ Wenn diese Richtlinieneinstellung aktiviert ist, können die DNS über HTTPS-Einstellungen vom Benutzer nicht geändert werden.
-If this policy is disabled or not configured, DNS over HTTPS settings can be changed by the user.
- Excluded Domains
- If this policy is enabled, the specified domains are excluded from DNS over HTTPS.
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, können die DNS über HTTPS-Einstellungen vom Benutzer geändert werden.
+ Ausgeschlossene Domains
+ Wenn diese Richtlinieneinstellung aktiviert ist, werden die angegebenen Domains von DNS über HTTPS ausgeschlossen.
-If this policy is disabled or not configured, no domains are excluded from DNS over HTTPS.
- DNS Over HTTPS konfigurieren (Moved)
- Wenn Sie die Richtlinieneinstellung aktivieren, können die Standardeinstellungen für DNS over HTTPS geändert werden.
+Wenn diese Richtlinie deaktiviert oder nicht konfiguriert ist, werden keine Domains vom DNS über HTTPS ausgeschlossen.
+ DNS über HTTPS konfigurieren (Moved)
+ Wenn Sie die Richtlinieneinstellung aktivieren, können die Standardeinstellungen für DNS über HTTPS geändert werden.
-Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden von Mozilla Firefox die Standardeinstellungen zu DNS Over HTTPS benutzt.
+Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden von Mozilla Firefox die Standardeinstellungen zu DNS über HTTPS benutzt.
Master-Passwort verwenden deaktivieren
Wenn Sie die Richtlinieneinstellung aktivieren, können Benutzer kein Master-Passwort vergeben.
@@ -161,12 +161,12 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werde
Wenn Sie die Richtlinieneinstellung aktivieren, werden PDF-Dateien nicht in Firefox angezeigt.
Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden PDF-Dateien in Firefox angezeigt.
- Disable the default browser agent.
- If this policy is enabled, the default browser agent is disabled.
+ Deaktivieren Sie den Standard-Browser-Agent.
+ Wenn diese Richtlinieneinstellung aktiviert ist, ist der Standard-Browser-Agent deaktiviert.
-If this policy is disabled or not configured, the default browser agent is enabled.
+Wenn diese Richtlinie deaktiviert oder nicht konfiguriert ist, ist der Standard-Browser-Agent aktiviert.
-For more information about the default browser agent, see https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html
+Weitere Informationen über den Standard-Browser-Agent finden Sie unter https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html
Werkzeuge für Webentwickler deaktivieren
Wenn Sie die Richtlinieneinstellung aktivieren, können die Werkzeuge für Webentwickler in Firefox nicht benutzt werden.
@@ -247,14 +247,14 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird
-
-
-
-
-
-
+
+
+
+
+
+
Firefox Standardbrowser Ãberprüfung deaktivieren
Wenn Sie die Richtlinieneinstellung aktivieren, überprüft Firefox nicht beim Starten ob er als Standardbrowser gesetzt ist.
@@ -468,10 +468,10 @@ Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist
Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, wird die Download Historie gelöscht, wenn der Browser geschlossen wird.
Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird die Download Historie nicht gelöscht, wenn der Browser geschlossen wird.
- Eingegebene Suchbegriffe & Formulardaten
- Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, werden Eingegebene Suchbegriffe & Formulardaten gelöscht, wenn der Browser geschlossen wird.
+ Eingegebene Suchbegriffe und Formulardaten
+ Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, werden eingegebene Suchbegriffe und Formulardaten gelöscht, wenn der Browser geschlossen wird.
-If this policy is disabled or not configured, werden Eingegebene Suchbegriffe & Formulardaten nicht gelöscht, wenn der Browser geschlossen wird.
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden eingegebene Suchbegriffe und Formulardaten nicht gelöscht, wenn der Browser geschlossen wird.
Chronik
Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, wird die Chronik gelöscht wenn der Browser geschlossen wird.
@@ -692,18 +692,18 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, verwe
- What's New
- If this policy is disabled, the What's new icon and menuitem will not be displayed.
+ Neue Funktionen und Ãnderungen
+ Wenn diese Richtlinieneinstellung deaktiviert ist, werden das Symbol und der Menüpunkt "Neue Funktionen und Ãnderungen" nicht angezeigt.
-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.
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, werden das Symbol und der Menüpunkt "Neue Funktionen und Ãnderungen" angezeigt.
+ Empfehlungen zur Erweiterung
+ Wenn diese Richtlinieneinstellung deaktiviert ist, werden Erweiterungen nicht empfohlen, wenn der Benutzer Webseiten besucht.
-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.
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, werden Erweiterungen empfohlen, wenn der Benutzer Webseiten besucht.
+ Feature-Empfehlungen
+ Wenn diese Richtlinieneinstellung deaktiviert ist, werden die Funktionen von Firefox nicht empfohlen, wenn der Benutzer Firefox verwendet.
-If this policy is enabled or not configured, Firefox features wil be recommended as the user uses Firefox.
+Wenn diese Richtlinie aktiviert oder nicht konfiguriert ist, werden Firefox-Funktionen empfohlen, wenn der Benutzer Firefox verwendet.
Urlbar Interventions
If this policy is disabled, actions will not be recommended based on what the user types in the URL bar.
--
2.34.1
From a46ede82219f2cf58364c13fb434e30670dcd257 Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Wed, 8 Apr 2020 10:08:36 -0500
Subject: [PATCH 15/16] bump version for release
---
windows/de-DE/firefox.adml | 2 +-
windows/en-US/firefox.adml | 2 +-
windows/es-ES/firefox.adml | 2 +-
windows/firefox.admx | 4 ++--
windows/fr-FR/firefox.adml | 2 +-
windows/it-IT/firefox.adml | 2 +-
windows/zh-TW/firefox.adml | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index e5b746a..0e7533f 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -1,5 +1,5 @@
-
+
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 3254364..ab98ec6 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -1,5 +1,5 @@
-
+
diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml
index 0ab27a5..c450a0f 100644
--- a/windows/es-ES/firefox.adml
+++ b/windows/es-ES/firefox.adml
@@ -1,5 +1,5 @@
-
+
diff --git a/windows/firefox.admx b/windows/firefox.admx
index 8e9567a..4b03aab 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -1,10 +1,10 @@

-
+
-
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 18398a0..18ff353 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -1,5 +1,5 @@
-
+
diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml
index 6eb3d1c..1e753c3 100644
--- a/windows/it-IT/firefox.adml
+++ b/windows/it-IT/firefox.adml
@@ -1,5 +1,5 @@
-
+
diff --git a/windows/zh-TW/firefox.adml b/windows/zh-TW/firefox.adml
index 760759b..71e5aba 100644
--- a/windows/zh-TW/firefox.adml
+++ b/windows/zh-TW/firefox.adml
@@ -1,5 +1,5 @@
-
+
--
2.34.1
From 0a6e4e23d360c287757663d83aa41f3f933201a8 Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Thu, 9 Apr 2020 09:25:35 -0500
Subject: [PATCH 16/16] Update message for client certs pref
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5791604..d143a3f 100644
--- a/README.md
+++ b/README.md
@@ -2408,7 +2408,7 @@ disabled
| If set to Select Automatically, Firefox automatically chooses the default personal certificate.
| security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
| If false, mixed active content (HTTP and HTTPS) is not blocked.
-| security.osclientcerts.autoload | boolean | Firefox 72, Firefox ESR 68.4 (Windows only) | false
+| security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
| If true, client certificates are loaded from the operating system certificate store.
| security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
| If false, SSL errors cannot be sent to Mozilla.
--
2.34.1