klaro-org / klaro-js

Klaro Privacy Manager. An open-source, privacy-friendly & compliant consent manager for your website.
https://klaro.org
Other
1.19k stars 253 forks source link

Hotjar cookie not being removed #509

Open liamcharmer opened 4 months ago

liamcharmer commented 4 months ago

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

            `,
          },