Skip to content

Commit c11e604

Browse files
authored
Merge pull request #28439 from guardian/doml/enable-hls-web
Add switch to enable HLS on web
2 parents ad54bc8 + e1ead62 commit c11e604

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

common/app/conf/switches/FeatureSwitches.scala

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,4 +660,15 @@ trait FeatureSwitches {
660660
exposeClientSide = true,
661661
highImpact = false,
662662
)
663+
664+
val EnableHlsWeb = Switch(
665+
group = SwitchGroup.Feature,
666+
name = "enable-hls-web",
667+
description = "Enable HLS web streaming on web",
668+
owners = Seq(Owner.withEmail("[email protected]")),
669+
safeState = Off,
670+
sellByDate = never,
671+
exposeClientSide = true,
672+
highImpact = false,
673+
)
663674
}

0 commit comments

Comments
 (0)