You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have I got this right? It doesn't seem to be removing hotjar cookies when I disable the cookie via the user interface.
name: "hotjar",
cookies: [/^hjSession(_.*)?/, /^hjSessionUser(_.*)?/],
purposes: ["marketing"],
translations: {
en: {
description:
"HotJar helps us track user behavior to improve the website's design and functionality, but you can choose to opt out of this anonymous data collection.",
},
},
onAccept: `
`,
onDecline: `
`,
},
```
The text was updated successfully, but these errors were encountered:
Have I got this right? It doesn't seem to be removing hotjar cookies when I disable the cookie via the user interface.
The text was updated successfully, but these errors were encountered: