Skip to content

Force multiple experiments in browser session

What does this MR do?

Force multiple experiments in browser session

  • Forces the current user to be in the "experiment group" during the browser session
  • Allows multiple experiments to be enabled
  • Allows experiments to be disabled
  • Requires the Browser developer console to be used to set a cookie
  • Allows us to list active experiments by typing document.cookies

Related to #292032 (closed)

document.cookie = "force_experiment=<EXPERIMENT_KEY>; path=/";

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Alper Akgun

Merge request reports

Loading