policies: disable UserMessaging/SkipOnboarding (MR 19)
Disable the last item in UserMessaging too. Onboarding messages look like this: https://support.mozilla.org/en-US/questions/1202153
This commit is contained in:
parent
559d48638e
commit
a5ccdf0ffe
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@
|
||||||
"WhatsNew": false,
|
"WhatsNew": false,
|
||||||
"ExtensionRecommendations": false,
|
"ExtensionRecommendations": false,
|
||||||
"FeatureRecommendations": false,
|
"FeatureRecommendations": false,
|
||||||
"UrlbarInterventions": false
|
"UrlbarInterventions": false,
|
||||||
|
"SkipOnboarding": false
|
||||||
},
|
},
|
||||||
|
|
||||||
"ExtensionSettings": {
|
"ExtensionSettings": {
|
||||||
|
|
Loading…
Reference in a new issue