From 00b73ff8ca076a789d32e46329eb3761597e77b1 Mon Sep 17 00:00:00 2001 From: Ian Bicking Date: Thu, 17 Jan 2019 15:37:44 -0600 Subject: [PATCH] Suppress the upsell promotion strategy This is the top banner for Chrome users --- server/src/promotion-strategy.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/src/promotion-strategy.js b/server/src/promotion-strategy.js index 918fac8047..ab848dacaa 100644 --- a/server/src/promotion-strategy.js +++ b/server/src/promotion-strategy.js @@ -55,10 +55,13 @@ class PromotionStrategy { /* Display upsell ad-banner inside header */ shouldShowFirefoxBanner(shouldGetFirefox, isOwner) { + return false; + /* if (shouldGetFirefox && !isOwner) { return true; } return false; + */ } /* Display FxA signin ad-banner inside header */