зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1918796 - Home and newtab Merino pref flip r=nbarrett
Differential Revision: https://phabricator.services.mozilla.com/D222183
This commit is contained in:
Родитель
ae92b8e940
Коммит
2a2547263d
|
@ -1864,16 +1864,15 @@ pref("browser.newtabpage.activity-stream.discoverystream.region-stories-block",
|
|||
pref("browser.newtabpage.activity-stream.discoverystream.region-stories-config", "US,DE,CA,GB,IE,CH,AT,BE,IN,FR,IT,ES");
|
||||
// List of regions that support the new recommendations BFF, also requires region-stories-config
|
||||
pref("browser.newtabpage.activity-stream.discoverystream.region-bff-config", "US,DE,CA,GB,IE,CH,AT,BE,IN,FR,IT,ES");
|
||||
pref("browser.newtabpage.activity-stream.discoverystream.merino-provider.enabled", true);
|
||||
|
||||
// Merino & topic selection related prefs in nightly only
|
||||
#if defined(EARLY_BETA_OR_EARLIER)
|
||||
pref("browser.newtabpage.activity-stream.discoverystream.merino-provider.enabled", true);
|
||||
// List of regions that get topics selection by default.
|
||||
pref("browser.newtabpage.activity-stream.discoverystream.topicSelection.region-topics-config", "US, CA");
|
||||
pref("browser.newtabpage.activity-stream.discoverystream.topicSelection.onboarding.enabled", true);
|
||||
pref("browser.newtabpage.activity-stream.discoverystream.topicLabels.region-topic-label-config", "US, CA");
|
||||
#else
|
||||
pref("browser.newtabpage.activity-stream.discoverystream.merino-provider.enabled", false);
|
||||
pref("browser.newtabpage.activity-stream.discoverystream.topicSelection.region-topics-config", "");
|
||||
pref("browser.newtabpage.activity-stream.discoverystream.topicSelection.onboarding.enabled", false);
|
||||
pref("browser.newtabpage.activity-stream.discoverystream.topicLabels.region-topic-label-config", "");
|
||||
|
|
Загрузка…
Ссылка в новой задаче