mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
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:
parent
e9eca2d89c
commit
6b2a893f9a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user