Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-09 00:11:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-09 00:11:20 +0300
commit6a315e2d9c09da0efffdabed91ee872e867a981c (patch)
tree177a685b4ee5929e0e0b3b7b29430e893321c959 /app/assets/javascripts/entrypoints
parent375b68fe813abba5e362aa6054eae7b325e92e03 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/entrypoints')
-rw-r--r--app/assets/javascripts/entrypoints/analytics.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/entrypoints/analytics.js b/app/assets/javascripts/entrypoints/analytics.js
index 75f7c41a930..8eb265cb1e8 100644
--- a/app/assets/javascripts/entrypoints/analytics.js
+++ b/app/assets/javascripts/entrypoints/analytics.js
@@ -6,6 +6,7 @@ if (appId && host) {
window.glClient = glClientSDK({
appId,
host,
+ hasCookieConsent: true,
plugins: {
clientHints: false,
linkTracking: false,