From f96a55266bd8e40e14286e7e1eb653ebfc943a23 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Fri, 20 Nov 2020 10:38:02 +0100 Subject: [PATCH] 90 days cookies --- _includes/cookie-consent.html | 4 ++-- cookies.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/cookie-consent.html b/_includes/cookie-consent.html index dc267d9..b97d436 100644 --- a/_includes/cookie-consent.html +++ b/_includes/cookie-consent.html @@ -49,14 +49,14 @@ {% include matomo.js %} } document.getElementById('cookie-notice-accept').addEventListener("click", function () { - createCookie('cookie-notice-dismissed', 'wantCookies', 31); + createCookie('cookie-notice-dismissed', 'wantCookies', 90); document.getElementById('cookie-notice').style.display = 'none'; _paq.push(['trackEvent', 'Consent', 'wantCookie']); location.reload(); }); document.getElementById('cookie-notice-decline').addEventListener("click", function () { - createCookie('cookie-notice-dismissed', 'dontWantCookies', 31); + createCookie('cookie-notice-dismissed', 'dontWantCookies', 90); document.getElementById('cookie-notice').style.display = 'none'; _paq.push(['trackEvent', 'Consent', 'dontWantCookie']); location.reload(); diff --git a/cookies.md b/cookies.md index 577bc86..81e2d8a 100644 --- a/cookies.md +++ b/cookies.md @@ -35,7 +35,7 @@ This one is set by us. It is only placed if you dismiss the cookie-banner by eit **Visitor preferences cookies** are: -**Name**\: cookie-notice-dissmissed
**Services**\: Cookie consent kit
**Purpose**\: Stores your cookie preferences (so you will not be asked again) This cookie is only placed if you accept or decline to help improve our marketing via the cookie-banner buttons.
**Cookie type and duration:** First-party session cookie deleted after 31 days +**Name**\: cookie-notice-dissmissed
**Services**\: Cookie consent kit
**Purpose**\: Stores your cookie preferences (so you will not be asked again) This cookie is only placed if you accept or decline to help improve our marketing via the cookie-banner buttons.
**Cookie type and duration:** First-party session cookie deleted after 90 days ### 2\. Analytics cookies