klaro-js
klaro-js copied to clipboard
Klaro Privacy Manager. An open-source, privacy-friendly & compliant consent manager for your website.
I am integrating klaro in a website which uses Mootools 1.5.1. Doing this, I found out that there's a conflict between klaro (at least its version 0.7.10) and Mootools
Hi @adewes, I'm pretty sure that these are the very basics of a react project setup, but sadly this is my first time setting up a react project so I...
How to reforce to show up consentpage for subpages? I want to get a marketing link through a sub page, where it get the mark with a cookie from the...
In case a user has enabled this browser setting, essential services could be accepted automatically without a consent modal being shown at all. If enabled, it can be evaluated with...
In the readme there's a link to the example configuration: https://github.com/kiprotect/klaro/blob/master/dist/config.js In the file, there's a link to show how to overwrite translations but it seems to be no longer...
As an extension of the general translation ticket #1, we want to lay an extra focus on the [official languages of the European Union](https://europa.eu/european-union/about-eu/eu-languages_en). * [ ] [Bulgarian](https://github.com/KIProtect/klaro/blob/master/src/translations/bg.yml) * [x]...
It would be awesome, if it would be possible to add a language switcher to the Cookie Manager. I have a website that is offerend in multiple languages. If a...
**Steps to reproduce** We add a link for resetting consents on our page like so: ```html Reset consent ``` Which triggers the following JavaScript: ```javascript $('[data-resetconsent=1]').on('click', (e) => { e.preventDefault();...
Not sure if this is a feature or a bug. But if I open the modal ``` window.klaro = Klaro; window.config = config; window.klaro.show(config, true) ``` the callback method configured...
**Klaro Config** ``` translations: { de: { googlemaps: { description: 'Darstellung von Karten', }, }, }, services: [ { name: 'googlemaps', purposes: ['externalmedia'], title: 'Google Maps', }, ], ``` …...