klaro-js
klaro-js copied to clipboard
Klaro Privacy Manager. An open-source, privacy-friendly & compliant consent manager for your website.
See https://github.com/klaro-org/klaro-js/issues/480
Hi, how can I wait wit a JS function until the user have accepted or deccline the consent window? I'm not shure if the watcher is the right tool for...
**HTML Code of Page** - [Utbildningswebben | KTH (page in Swedish)](https://www.kth.se/utbildning/jag-vill-studera-1.1176541) **Steps to reproduce** 1. Go to [Utbildningswebben | KTH (page in Swedish)](https://www.kth.se/utbildning/jag-vill-studera-1.1176541). 2. Click on *”Hantera valbara tjänster”* in...
How can I enable the `Secure` and `HttpOnly` flags for the klaro cookie?
**The problem** I propose to add a close button on the right side of the header to be able to close a cookie consent modal
**Klaro Config** ```js var klaroConfig = { apps: [ { name: "google-analytics", default: true, title: "Google Analytics", purposes: ["analytics"], cookies: [/^ga/i] }, { name: "hubspot", title: "Hubspot", purposes: ["marketing"], default:...
In the annotated config file at [https://klaro.org/docs/integration/annotated-configuration](https://klaro.org/docs/integration/annotated-configuration) there is a mistake that causes klaro not to work if one used it as a config file. The error is in the...
https://github.com/klaro-org/klaro-js/blob/d2f8418ede6b7706090fd0d746a5bb0046772d45/dist/configs/i18n.js#L23 doesn't work in consentModal, needs to be on same level as consentModal
Hi, I'm trying to translate the details of cookie consent, but I cannot change one line: Code looks like this: `translations: { // translationsed defined under the 'zz' language code...
I have installed Klaro via GTM on the main domain and on the subdomain. On the main domain the banner shows up. I have copied the container settings and imported...