Added list of cookies
This commit is contained in:
parent
dbb120fc66
commit
0b7eb47dc9
|
|
@ -2295,9 +2295,9 @@ tarteaucitron.services.hotjar = {
|
||||||
"key": "hotjar",
|
"key": "hotjar",
|
||||||
"type": "analytic",
|
"type": "analytic",
|
||||||
"name": "Hotjar",
|
"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,
|
"needConsent": true,
|
||||||
"cookies": [],
|
"cookies": ["hjClosedSurveyInvites", "_hjDonePolls", "_hjMinimizedPolls", "_hjDoneTestersWidgets", "_hjMinimizedTestersWidgets", "_hjDoneSurveys", "_hjIncludedInSample", "_hjShownFeedbackMessage"],
|
||||||
"js": function () {
|
"js": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
if (tarteaucitron.user.hotjarId === undefined || tarteaucitron.user.HotjarSv === undefined) {
|
if (tarteaucitron.user.hotjarId === undefined || tarteaucitron.user.HotjarSv === undefined) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue