Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotjar cookie not being removed #509

Open
liamcharmer opened this issue May 20, 2024 · 0 comments
Open

Hotjar cookie not being removed #509

liamcharmer opened this issue May 20, 2024 · 0 comments

Comments

@liamcharmer
Copy link

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: `
               
              
            `,
          },
          ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant