From c13efd9ccdee1b30c85b207aa4e82fec23d0eb14 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 9 Jul 2020 15:17:22 +0200
Subject: [PATCH] add cookie domain

---
 .ci/analytics/head.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.ci/analytics/head.html b/.ci/analytics/head.html
index c76b0a51..0d49db5c 100644
--- a/.ci/analytics/head.html
+++ b/.ci/analytics/head.html
@@ -9,6 +9,7 @@
         cookieName: "lap",
         bots: /bot|crawler|spider|crawling/i,
         timeout_hidebanner: "500",
+        cookieDomain: "courses.lcsb.uni.lu"
     };
 </script>
 <script src="https://analytics.lcsb.uni.lu/lap/static/js/jquery.min.js"></script>
-- 
GitLab