From 8810ad9488317064a2b8c8520e06182c823bf8ea Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Mon, 9 Sep 2024 12:02:19 -0400
Subject: [PATCH] Add Firefox Labs policy
---
docs/index.md | 9 ++++++++-
windows/de-DE/firefox.adml | 5 +++++
windows/en-US/firefox.adml | 5 +++++
windows/firefox.admx | 11 +++++++++++
4 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/docs/index.md b/docs/index.md
index 7f03887..adb94e0 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -6719,11 +6719,13 @@ Prevent Firefox from messaging the user in certain situations.
`MoreFromMozilla` If false, don't show the "More from Mozilla" section in Preferences. (Firefox 98)
+`FirefoxLabs` If false, don't show the "Firefox Labs" section in Preferences. (Firefox 130.0.1)
+
`Locked` prevents the user from changing user messaging preferences.
**Compatibility:** Firefox 75, Firefox ESR 68.7\
**CCK2 Equivalent:** N/A\
-**Preferences Affected:** `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`, `browser.aboutwelcome.enabled`, `browser.preferences.moreFromMozilla`
+**Preferences Affected:** `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`, `browser.aboutwelcome.enabled`, `browser.preferences.moreFromMozilla`, `browser.preferences.experimental`
#### Windows (GPO)
```
@@ -6732,6 +6734,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\FirefoxLabs = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\UserMessaging\Locked = 0x1 | 0x0
```
#### Windows (Intune)
@@ -6742,6 +6745,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_FirefoxLabs
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_Locked
```
Value (string):
@@ -6763,6 +6767,8 @@ Value (string):
|
MoreFromMozilla
|
+ FirefoxLabs
+ |
Locked
|
@@ -6778,6 +6784,7 @@ Value (string):
"UrlbarInterventions": true | false,
"SkipOnboarding": true | false,
"MoreFromMozilla": true | false,
+ "FirefoxLabs": true | false,
"Locked": true | false
}
}
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 599de0b..31f5d0c 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -73,6 +73,7 @@
Firefox 128 oder höher, Firefox 115.13 ESR oder höher
Firefox 129 oder höher, Firefox 115.14 ESR oder höher
Firefox 130 oder höher, Firefox 115.15 ESR oder höher
+ Firefox 130 oder höher
Firefox
Berechtigungen
Kamera
@@ -867,6 +868,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.
+ Firefox Labs
+ Wenn diese Richtlinieneinstellung deaktiviert ist, wird der Abschnitt "Firefox Labs" in den Einstellungen nicht angezeigt.
+
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, wird der Abschnitt "Firefox Labs" in den Einstellungen angezeigt.
Keine Ãnderung der Einstellungen für die Nachrichtenübermittlung zulassen
Wenn diese Richtlinieneinstellung deaktiviert ist, können die Einstellungen für die Nachrichtenübermittlung vom Benutzer geändert werden.
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 2661bea..c31787c 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -73,6 +73,7 @@
Firefox 128 or later, Firefox 115.13 ESR or later
Firefox 129 or later, Firefox 115.14 ESR or later
Firefox 130 or later, Firefox 115.15 ESR or later
+ Firefox 130 or later
Firefox
Permissions
Camera
@@ -867,6 +868,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.
+ Firefox Labs
+ If this policy is disabled, the Firefox Labs section will not be shown in preferences.
+
+If this policy is enabled or not configured, the Firefox Labs 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.
diff --git a/windows/firefox.admx b/windows/firefox.admx
index 523f924..354759c 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -75,6 +75,7 @@
+
@@ -3693,6 +3694,16 @@
+
+
+
+
+
+
+
+
+
+
--
2.34.1