klaro-org / klaro-js

Klaro Privacy Manager. An open-source, privacy-friendly & compliant consent manager for your website.

Home Page:https://klaro.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hotjar cookie not being removed

liamcharmer opened this issue · comments

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: `
               
              
            `,
          },
          ```