Bug 1852106 - disable shopping recommended product by default, r=shopping-reviewers,kpatenio

Differential Revision: https://phabricator.services.mozilla.com/D187808
This commit is contained in:
Gijs Kruitbosch 2023-09-08 23:52:24 +00:00
parent e9eca2d89c
commit 6b2a893f9a

View File

@ -744,12 +744,12 @@ pref("browser.shopping.experience2023.active", true);
// If enabled, users can disable the ad card using the separate pref
// `browser.shopping.experience2023.ads.userEnabled` and visible toggle
// (this is just the feature flag).
pref("browser.shopping.experience2023.ads.enabled", true);
pref("browser.shopping.experience2023.ads.enabled", false);
// Activates the ad card in the shopping sidebar.
// Unlike `browser.shopping.experience2023.ads.enabled`, this pref is controlled by users
// using the visible toggle.
pref("browser.shopping.experience2023.ads.userEnabled", true);
pref("browser.shopping.experience2023.ads.userEnabled", false);
// Saves if shopping survey is seen.
pref("browser.shopping.experience2023.survey.hasSeen", false);