bedrock icon indicating copy to clipboard operation
bedrock copied to clipboard

VPN coupon experiment redirect is configured incorrectly

Open alexgibson opened this issue 1 year ago • 0 comments

Description

This experiment is not currently enabled in production, but someone mentioned we plan on re-running it, so we should fix this before that happens. The Traffic Cop redirect should happen in the <head>, not in the <body> after the page has already loaded.

Steps to reproduce

See https://github.com/mozilla/bedrock/issues/11998 for more details.

Expected result

The experiment redirect bundle should be loaded in the <head>.

Actual result

The experiment redirect bundle is loaded in the <body> along with the banner specific code.

Environment

N/A

alexgibson avatar Aug 09 '22 08:08 alexgibson