We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4478945 commit feaf492Copy full SHA for feaf492
dotcom-rendering/src/server/handler.front.web.ts
@@ -99,7 +99,9 @@ const enhanceTagPage = (body: unknown): TagPage => {
99
discussionApiUrl: data.config.discussionApiUrl,
100
editionId: data.editionId,
101
stripBranding: !!tagPageBranding,
102
- enableHlsSupport: !!data.config.switches.enableHlsSupport,
+ enableHlsSupport:
103
+ !!data.config.switches.enableHlsSupport ||
104
+ !!data.config.abTests.hlsVideoVariant,
105
});
106
107
const speed = getSpeedFromTrails(data.contents);
0 commit comments