소스 검색

Added list of cookies

Ricci Dorian 6 년 전
부모
커밋
0b7eb47dc9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tarteaucitron.services.js

+ 2 - 2
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) {