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:
Shane Hughes
2024-06-19 19:45:02 +00:00
parent ec1f215c37
commit dff800f3a4
2 changed files with 2 additions and 16 deletions

View File

@@ -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",
{