From b293ac128584a6b71ceb1bddf771a6a8dca06001 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Fri, 12 Jun 2020 09:16:36 +0200
Subject: [PATCH] update settings for GDPR banner

---
 _config.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/_config.yml b/_config.yml
index a40523ca..382d44b0 100644
--- a/_config.yml
+++ b/_config.yml
@@ -78,13 +78,13 @@ defaults:
 
 # GDPR banner settings
 banner_title: >-
-  This website uses cookies
+  This website needs some cookies and similar means to function.
 banner_text: >-
   If you permit us, we will use those means to collect data on your visits for aggregated statistics to improve our service.
 banner_accept_text: >-
-  Accept
+  Accept cookies for aggregated statistics
 banner_refuse_text: >-
-  Decline
+  No thanks, only technically necessary cookies
 banner_more_text: >-
   More information
 cookies_expire: 180 # days
@@ -98,6 +98,7 @@ only_necessary_text: >-
 path_policy: privacy-policy
 logo_policy: /assets/banners/r3-logo.svg
 timeout_hidebanner: 500 # milliseconds
+cookieDomain: '*' # track visitors across all subdomains of a given domain; set to * to ignore
 
 # Exclude from processing. (no need to touch these)
 # The following items will not be processed, by default. Create a custom list
-- 
GitLab