Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Suppress the upsell promotion strategy
Browse files Browse the repository at this point in the history
This is the top banner for Chrome users
  • Loading branch information
ianb committed Jan 17, 2019
1 parent dd531a7 commit 00b73ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/promotion-strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 00b73ff

Please sign in to comment.