From 42d295d2d7aad432318475ec812d1bd48adac751 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Thu, 11 Mar 2021 17:21:18 +0100 Subject: [PATCH] update hotjar cookies --- tarteaucitron.services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 86bc317..00af34a 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -3593,7 +3593,7 @@ tarteaucitron.services.hotjar = { "name": "Hotjar", "uri": "https://help.hotjar.com/hc/en-us/categories/115001323967-About-Hotjar", "needConsent": true, - "cookies": ["hjClosedSurveyInvites", "_hjDonePolls", "_hjMinimizedPolls", "_hjDoneTestersWidgets", "_hjMinimizedTestersWidgets", "_hjDoneSurveys", "_hjIncludedInSample", "_hjShownFeedbackMessage"], + "cookies": ["hjClosedSurveyInvites", "_hjDonePolls", "_hjMinimizedPolls", "_hjDoneTestersWidgets", "_hjMinimizedTestersWidgets", "_hjDoneSurveys", "_hjIncludedInSample", "_hjShownFeedbackMessage", "_hjAbsoluteSessionInProgress", "_hjIncludeInPageviewSample", "_hjid"], "js": function () { "use strict"; if (tarteaucitron.user.hotjarId === undefined || tarteaucitron.user.HotjarSv === undefined) {