-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into jlk/commercial-bundle…
…-fetcher
- Loading branch information
Showing
4 changed files
with
45 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ trait ABTestSwitches { | |
"Test the Opt Out frequency capping feature", | ||
owners = Seq(Owner.withEmail("[email protected]")), | ||
safeState = Off, | ||
sellByDate = Some(LocalDate.of(2024, 12, 2)), | ||
sellByDate = Some(LocalDate.of(2025, 1, 29)), | ||
exposeClientSide = true, | ||
highImpact = false, | ||
) | ||
|
@@ -71,16 +71,6 @@ trait ABTestSwitches { | |
highImpact = false, | ||
) | ||
|
||
Switch( | ||
ABTests, | ||
"ab-new-header-bidding-endpoint", | ||
"Test new header bidding (prebid) analytics endpoint", | ||
owners = Seq(Owner.withEmail("[email protected]")), | ||
safeState = Off, | ||
sellByDate = Some(LocalDate.of(2024, 12, 2)), | ||
exposeClientSide = true, | ||
highImpact = false, | ||
) | ||
Switch( | ||
ABTests, | ||
"ab-gpid-prebid-ad-units", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -567,9 +567,9 @@ trait FeatureSwitches { | |
group = SwitchGroup.Feature, | ||
name = "disable-front-container-show-hide", | ||
description = "For users with no currently hidden containers on a front, removes the ability to hide containers", | ||
owners = Seq(Owner.withGithub("cemms1")), | ||
owners = Seq(Owner.withEmail("[email protected]")), | ||
safeState = On, | ||
sellByDate = LocalDate.of(2024, 11, 29), | ||
sellByDate = LocalDate.of(2025, 2, 4), | ||
exposeClientSide = true, | ||
highImpact = false, | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters