From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Thu, 29 Jun 2023 15:57:44 +0000 (-0400)
Subject: Merge branch 'master' of github.com:mozilla/policy-templates
X-Git-Tag: v5.0~4
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/10994ad4dd35d60d01114e0db206de01dfc6a320?hp=863881bab5422b29dccfcdc5d2683b892b18749f
Merge branch 'master' of github.com:mozilla/policy-templates
---
diff --git a/README.md b/README.md
index 9a15db7..e0af1d4 100644
--- a/README.md
+++ b/README.md
@@ -6059,6 +6059,8 @@ Prevent Firefox from messaging the user in certain situations.
`MoreFromMozilla` If false, don't show the "More from Mozilla" section in Preferences. (Firefox 98)
+`Locked` prevents the user from changing user messaging preferences.
+
**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`, `browser.aboutwelcome.enabled`, `browser.preferences.moreFromMozilla`
@@ -6071,6 +6073,7 @@ Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0
Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\UserMessaging\MoreFromMozilla = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\UserMessaging\Locked = 0x1 | 0x0
```
#### Windows (Intune)
OMA-URI:
@@ -6081,6 +6084,7 @@ OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_MoreFromMozilla
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_Locked
```
Value (string):
```
@@ -6103,6 +6107,8 @@ Value (string):
|
MoreFromMozilla
|
+ Locked
+ |
```
@@ -6116,7 +6122,8 @@ Value (string):
"FeatureRecommendations": true | false,
"UrlbarInterventions": true | false,
"SkipOnboarding": true | false,
- "MoreFromMozilla": true | false
+ "MoreFromMozilla": true | false,
+ "Locked": true | false
}
}
}
diff --git a/docs/index.md b/docs/index.md
index bdef353..d072e89 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -6001,6 +6001,8 @@ Prevent Firefox from messaging the user in certain situations.
`MoreFromMozilla` If false, don't show the "More from Mozilla" section in Preferences. (Firefox 98)
+`Locked` prevents the user from changing user messaging preferences.
+
**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`, `browser.aboutwelcome.enabled`, `browser.preferences.moreFromMozilla`
@@ -6013,6 +6015,7 @@ Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0
Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\UserMessaging\MoreFromMozilla = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\UserMessaging\Locked = 0x1 | 0x0
```
#### Windows (Intune)
OMA-URI:
@@ -6023,6 +6026,7 @@ OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_MoreFromMozilla
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_Locked
```
Value (string):
```
@@ -6045,6 +6049,8 @@ Value (string):
|
MoreFromMozilla
|
+ Locked
+ |
```
@@ -6058,7 +6064,8 @@ Value (string):
"FeatureRecommendations": true | false,
"UrlbarInterventions": true | false,
"SkipOnboarding": true | false,
- "MoreFromMozilla": true | false
+ "MoreFromMozilla": true | false,
+ "Locked": true | false
}
}
}
diff --git a/linux/policies.json b/linux/policies.json
index 61017ef..ca1daee 100644
--- a/linux/policies.json
+++ b/linux/policies.json
@@ -347,7 +347,8 @@
"FeatureRecommendations": true | false,
"UrlbarInterventions": true | false,
"SkipOnboarding": true | false,
- "MoreFromMozilla": true | false
+ "MoreFromMozilla": true | false,
+ "Locked": true | false
},
"UseSystemPrintDialog": true | false.,
"WebsiteFilter": {
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index c5b61a6..dc02907 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -603,6 +603,10 @@
SkipOnboarding
+ MoreFromMozilla
+
+ Locked
+
UseSystemPrintDialog
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 90e2677..2135b9a 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -85,7 +85,7 @@
PDF.js
Bild in Bild
Proxy
- Security Devices
+ Sicherheitsmodule
Erlaubte Seiten
Erlaubte Seiten (Session Only)
Gesperrte Seiten
@@ -607,10 +607,10 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werde
Wenn Sie die Richtlinieneinstellung aktivieren und der Webseiten-Filter aktiviert ist, können Sie Ãbereinstimmungsmuster für Webseiten angeben, die nicht blockiert werden sollen. Die Ãbereinstimmungsmuster sind unter https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns dokumentiert. Es gibt eine Beschränkung von 1000 Einträgen.
Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, gibt es keine Ausnahmen für den Webseiten-Filter.
- Website Filter (JSON)
- If this policy is enabled, you can specify blocked sites and exceptions via JSON.
+ Webseiten-Filter (JSON)
+ Wenn diese Richtlinieneinstellung aktiviert ist, können Sie blockierte Webseiten und Ausnahmen über JSON angeben.
-If this policy is disabled or not configured, websites are not filtered.
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden Webseiten nicht gefiltert.
Lesezeichen 01
Lesezeichen 02
Lesezeichen 03
@@ -755,10 +755,10 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, gelte
Wenn diese Richtlinieneinstellung aktiviert ist, können Nutzer keine Ãnderungen an den Einstellungen zum Schutz vor Aktivitätenverfolgung vornehmen.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, kann der Nutzer Ãnderungen an den Einstellungen vornehmen.
- Email Tracking
- If this policy is enabled, hidden email tracking pixels and scripts on websites are blocked.
+ E-Mail-Verfolgung
+ Wenn diese Richtlinieneinstellung aktiviert ist, werden versteckte E-Mail-Pixel und Skripte auf Websites blockiert.
-If this policy is disabled or not configured, hidden email tracking pixels and scripts on websites are not blocked.
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden versteckte E-Mail-Pixel und Skripte auf Websites nicht blockiert.
Angefordertes Gebietsschema
Angefordertes Gebietsschema (Zeichenfolge)
Wenn diese Richtlinieneinstellung aktiviert ist, können Sie eine Liste der angeforderten Gebietsschemata für die Anwendung in der Reihenfolge ihrer Präferenz angeben. Dadurch wird das entsprechende Sprachpaket aktiv.
@@ -768,11 +768,11 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, verwe
Wenn diese Richtlinieneinstellung aktiviert ist, können Sie eine Liste mit PKCS #11 Modulen definieren. Module werden mit einem Namen und einem qualifizierten Pfad benannt.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden keine weiteren PKCS #11 Module installiert.
- Add
- Delete
- If this policy is enabled, you can specify the names of PKCS #11 modules to be deleted.
+ Hinzufügen
+ Entfernen
+ Wenn diese Richtlinieneinstellung aktiviert ist, können Sie die Namen der zu entfernenden PKCS #11-Module angeben.
-If this policy is disabled or not configured, no PKCS #11 modules will be deleted.
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden keine PKCS #11-Module entfernt.
Position der Suchleiste
Wenn Sie die Richtlinieneinstellung aktivieren, können Sie festlegen, ob die Suchleiste von der Adressleiste getrennt ist.
@@ -847,6 +847,10 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werde
Wenn diese Richtlinieneinstellung deaktiviert ist, wird der Abschnitt "Mehr von Mozilla" in den Einstellungen nicht angezeigt.
Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, wird der Abschnitt "Mehr von Mozilla" in den Einstellungen angezeigt.
+ Do not allow user messaging preferences to be changed
+ If this policy is disabled, user messaging preferences can be changed by the user.
+
+If this policy is enabled or not configured, user messaging preferences cannot be changed by the user.
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
@@ -1018,12 +1022,12 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird
Wenn diese Richtlinieneinstellung aktiviert ist, dürfen Benutzer keine Module von Drittanbietern auf der Seite about:third-party blockieren.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, dürfen Benutzer Module von Drittanbietern auf der Seite about:third-party blockieren.
- Containers
- If this policy is enabled, you can use JSON to configure the default containers.
+ Container
+ Wenn diese Richtlinieneinstellung aktiviert ist, können Sie JSON verwenden, um die Standardcontainer zu konfigurieren.
-If this policy is disabled or not configured, the built-in defaults are used.
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden die integrierten Standardwerte verwendet.
-For detailed information on creating the policy, see https://github.com/mozilla/policy-templates/blob/master/README.md#containers.
+Ausführliche Informationen zur Erstellung der Richtlinie finden Sie unter https://github.com/mozilla/policy-templates/blob/master/README.md#containers.
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 23344de..f1dabd1 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -847,6 +847,10 @@ If this policy is disabled or not configured, onboarding messages will be shown
If this policy is disabled, the More from Mozilla section will not be shown in preferences.
If this policy is enabled or not configured, the More from Mozilla section will be shown in preferences.
+ Do not allow user messaging preferences to be changed
+ If this policy is disabled, user messaging preferences can be changed by the user.
+
+If this policy is enabled or not configured, user messaging preferences cannot be changed by the user.
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 ecc48fb..0eb239b 100644
--- a/windows/es-ES/firefox.adml
+++ b/windows/es-ES/firefox.adml
@@ -849,6 +849,10 @@ If this policy is disabled or not configured, onboarding messages will be shown
If this policy is disabled, the More from Mozilla section will not be shown in preferences.
If this policy is enabled or not configured, the More from Mozilla section will be shown in preferences.
+ Do not allow user messaging preferences to be changed
+ If this policy is disabled, user messaging preferences can be changed by the user.
+
+If this policy is enabled or not configured, user messaging preferences cannot be changed by the user.
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 93e780d..fb00375 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -3729,6 +3729,16 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 4bcdb23..0c0fd0f 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -848,6 +848,10 @@ If this policy is disabled or not configured, onboarding messages will be shown
If this policy is disabled, the More from Mozilla section will not be shown in preferences.
If this policy is enabled or not configured, the More from Mozilla section will be shown in preferences.
+ Do not allow user messaging preferences to be changed
+ If this policy is disabled, user messaging preferences can be changed by the user.
+
+If this policy is enabled or not configured, user messaging preferences cannot be changed by the user.
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 6373ae6..05bd735 100644
--- a/windows/it-IT/firefox.adml
+++ b/windows/it-IT/firefox.adml
@@ -849,6 +849,10 @@ If this policy is disabled or not configured, onboarding messages will be shown
If this policy is disabled, the More from Mozilla section will not be shown in preferences.
If this policy is enabled or not configured, the More from Mozilla section will be shown in preferences.
+ Do not allow user messaging preferences to be changed
+ If this policy is disabled, user messaging preferences can be changed by the user.
+
+If this policy is enabled or not configured, user messaging preferences cannot be changed by the user.
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 bc94b5d..016561d 100644
--- a/windows/ru-RU/firefox.adml
+++ b/windows/ru-RU/firefox.adml
@@ -849,6 +849,10 @@ If this policy is disabled or not configured, no PKCS #11 modules will be delete
ÐÑли ÑÑа полиÑика оÑклÑÑена, Ñаздел «ÐополниÑелÑно Ð¾Ñ Mozilla» не бÑÐ´ÐµÑ Ð¾ÑобÑажаÑÑÑÑ Ð² наÑÑÑойкаÑ
.
ÐÑли ÑÑа полиÑика вклÑÑена или не наÑÑÑоена, Ñаздел «ÐополниÑелÑно Ð¾Ñ Mozilla» бÑÐ´ÐµÑ Ð¾ÑобÑажаÑÑÑÑ Ð² наÑÑÑойкаÑ
.
+ Do not allow user messaging preferences to be changed
+ If this policy is disabled, user messaging preferences can be changed by the user.
+
+If this policy is enabled or not configured, user messaging preferences cannot be changed by the user.
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 7832d5d..c0324b0 100644
--- a/windows/zh-CN/firefox.adml
+++ b/windows/zh-CN/firefox.adml
@@ -849,6 +849,10 @@ If this policy is disabled or not configured, onboarding messages will be shown
If this policy is disabled, the More from Mozilla section will not be shown in preferences.
If this policy is enabled or not configured, the More from Mozilla section will be shown in preferences.
+ Do not allow user messaging preferences to be changed
+ If this policy is disabled, user messaging preferences can be changed by the user.
+
+If this policy is enabled or not configured, user messaging preferences cannot be changed by the user.
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 ea40e20..ad8b9de 100644
--- a/windows/zh-TW/firefox.adml
+++ b/windows/zh-TW/firefox.adml
@@ -847,6 +847,10 @@ If this policy is disabled or not configured, no PKCS #11 modules will be delete
è¥åç¨æ¤ååï¼å好è¨å®ä¸å°ä¸æ顯示ãMozilla çæ´å¤ç¢åãé é¢ã
è¥åç¨æä¸è¨å®æ¤ååï¼å°æå¨å好è¨å®ä¸é¡¯ç¤ºãMozilla çæ´å¤ç¢åãé é¢ã
+ Do not allow user messaging preferences to be changed
+ If this policy is disabled, user messaging preferences can be changed by the user.
+
+If this policy is enabled or not configured, user messaging preferences cannot be changed by the user.
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA