`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)
```
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)
./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):
<true/> | <false/>
<key>MoreFromMozilla</key>
<true/> | <false/>
+ <key>FirefoxLabs</key>
+ <true/> | <false/>
<key>Locked</key>
<true/> | <false/>
</dict>
"UrlbarInterventions": true | false,
"SkipOnboarding": true | false,
"MoreFromMozilla": true | false,
+ "FirefoxLabs": true | false,
"Locked": true | false
}
}
"UrlbarInterventions": true | false,
"SkipOnboarding": true | false,
"MoreFromMozilla": true | false,
+ "FirefoxLabs": true | false,
"Locked": true | false
},
"UseSystemPrintDialog": true | false.,
<true/>
<key>MoreFromMozilla</key>
<true/>
+ <key>FirefoxLabs</key>
+ <true/>
<key>Locked</key>
<true/>
</dict>
<string id="SUPPORTED_FF128">Firefox 128 oder höher, Firefox 115.13 ESR oder höher</string>
<string id="SUPPORTED_FF129">Firefox 129 oder höher, Firefox 115.14 ESR oder höher</string>
<string id="SUPPORTED_FF130">Firefox 130 oder höher, Firefox 115.15 ESR oder höher</string>
+ <string id="SUPPORTED_FF130_ONLY">Firefox 130 oder höher</string>
<string id="firefox">Firefox</string>
<string id="Permissions_group">Berechtigungen</string>
<string id="Camera_group">Kamera</string>
<string id="UserMessaging_MoreFromMozilla_Explain">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.</string>
+ <string id="UserMessaging_FirefoxLabs">Firefox Labs</string>
+ <string id="UserMessaging_FirefoxLabs_Explain">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.</string>
<string id="UserMessaging_Locked">Keine Änderung der Einstellungen für die Nachrichtenübermittlung zulassen</string>
<string id="UserMessaging_Locked_Explain">Wenn diese Richtlinieneinstellung deaktiviert ist, können die Einstellungen für die Nachrichtenübermittlung vom Benutzer geändert werden.
<string id="SUPPORTED_FF128">Firefox 128 or later, Firefox 115.13 ESR or later</string>
<string id="SUPPORTED_FF129">Firefox 129 or later, Firefox 115.14 ESR or later</string>
<string id="SUPPORTED_FF130">Firefox 130 or later, Firefox 115.15 ESR or later</string>
+ <string id="SUPPORTED_FF130_ONLY">Firefox 130 or later</string>
<string id="firefox">Firefox</string>
<string id="Permissions_group">Permissions</string>
<string id="Camera_group">Camera</string>
<string id="UserMessaging_MoreFromMozilla_Explain">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.</string>
+ <string id="UserMessaging_FirefoxLabs">Firefox Labs</string>
+ <string id="UserMessaging_FirefoxLabs_Explain">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.</string>
<string id="UserMessaging_Locked">Do not allow user messaging preferences to be changed</string>
<string id="UserMessaging_Locked_Explain">If this policy is disabled, user messaging preferences can be changed by the user.
<definition name="SUPPORTED_FF128" displayName="$(string.SUPPORTED_FF128)"/>
<definition name="SUPPORTED_FF129" displayName="$(string.SUPPORTED_FF129)"/>
<definition name="SUPPORTED_FF130" displayName="$(string.SUPPORTED_FF130)"/>
+ <definition name="SUPPORTED_FF130_ONLY" displayName="$(string.SUPPORTED_FF130_ONLY)"/>
</definitions>
</supportedOn>
<categories>
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="UserMessaging_FirefoxLabs" class="Both" displayName="$(string.UserMessaging_FirefoxLabs)" explainText="$(string.UserMessaging_FirefoxLabs)" key="Software\Policies\Mozilla\Firefox\UserMessaging" valueName="FirefoxLabs">
+ <parentCategory ref="UserMessaging"/>
+ <supportedOn ref="SUPPORTED_FF130_ONLY"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="UserMessaging_Locked" class="Both" displayName="$(string.UserMessaging_Locked)" explainText="$(string.UserMessaging_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\UserMessaging" valueName="Locked">
<parentCategory ref="UserMessaging"/>
<supportedOn ref="SUPPORTED_FF75"/>