From 0b7eb47dc947bd75d849e0358d31bd6395dfd375 Mon Sep 17 00:00:00 2001 From: Ricci Dorian Date: Wed, 8 Aug 2018 11:30:09 +0200 Subject: [PATCH] Added list of cookies --- tarteaucitron.services.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 4b2340e..b46d69b 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -2295,9 +2295,9 @@ tarteaucitron.services.hotjar = { "key": "hotjar", "type": "analytic", "name": "Hotjar", - "uri": "https://help.hotjar.com/hc/en-us/sections/115003204947-What-is-Hotjar-", + "uri": "https://help.hotjar.com/hc/en-us/categories/115001323967-About-Hotjar", "needConsent": true, - "cookies": [], + "cookies": ["hjClosedSurveyInvites", "_hjDonePolls", "_hjMinimizedPolls", "_hjDoneTestersWidgets", "_hjMinimizedTestersWidgets", "_hjDoneSurveys", "_hjIncludedInSample", "_hjShownFeedbackMessage"], "js": function () { "use strict"; if (tarteaucitron.user.hotjarId === undefined || tarteaucitron.user.HotjarSv === undefined) {