Commit 14b11b07 authored by Stan Hu's avatar Stan Hu

Merge branch 'experimentation-cookie-domain' into 'master'

Set experimentation cookie for GitLab domain only

Closes #36741

See merge request gitlab-org/gitlab!30303
parents a0fe52df 8be9da53
---
title: Set experiementation cookie for GitLab domain only
merge_request:
author:
type: fixed
...@@ -66,7 +66,6 @@ module Gitlab ...@@ -66,7 +66,6 @@ module Gitlab
cookies.permanent.signed[:experimentation_subject_id] = { cookies.permanent.signed[:experimentation_subject_id] = {
value: SecureRandom.uuid, value: SecureRandom.uuid,
domain: :all,
secure: ::Gitlab.config.gitlab.https, secure: ::Gitlab.config.gitlab.https,
httponly: true httponly: true
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment