Bug 1899030 - Part 3: Define the onboarding provider pref outside of newtab. r=mconley,omc-reviewers,home-newtab-reviewers,negin,pdahiya,thecount
Differential Revision: https://phabricator.services.mozilla.com/D211671
This commit is contained in:
@@ -413,21 +413,6 @@ export const PREFS_CONFIG = new Map([
|
||||
value: false,
|
||||
},
|
||||
],
|
||||
[
|
||||
"asrouter.providers.onboarding",
|
||||
{
|
||||
title: "Configuration for onboarding provider",
|
||||
value: JSON.stringify({
|
||||
id: "onboarding",
|
||||
type: "local",
|
||||
localProvider: "OnboardingMessageProvider",
|
||||
enabled: true,
|
||||
// Block specific messages from this local provider
|
||||
exclude: [],
|
||||
}),
|
||||
},
|
||||
],
|
||||
// See browser/app/profile/firefox.js for other ASR preferences. They must be defined there to enable roll-outs.
|
||||
[
|
||||
"discoverystream.flight.blocks",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user