klaro-js
klaro-js copied to clipboard
Klaro Privacy Manager. An open-source, privacy-friendly & compliant consent manager for your website.
How can you ensure that a service is accepted first by default when a website is accessed for the first time? Without having to give consent first. For example, with...
Klaro loses its autofocus when the main page, into which Klaro has been loaded, focuses on one of its own elements. Accepting or rejecting cookie consent should be first thing...
**Steps to reproduce** Download latest version via NPM **Current behavior** Translations are still included even though this is a build with no translations included. **Expected behavior** Translations must not be...
For the current annotated configuration file: https://klaro.org/docs/integration/annotated-configuration The zz key block ends without a comma. You need a comma at the end of the zz block, or this configuration won't...
When using [email protected], some warnings occur when running `npm run css`. More info at Sass: [Breaking Change: Mixed Declarations](https://sass-lang.com/documentation/breaking-changes/mixed-decls/). The fix is to move the calls to mixins in the...
corrected mislabeled key
**Klaro Config** var myKlaroConfig = { testing: false, elementID: 'klaro', storageMethod: 'localStorage', storageName: 'klaro', htmlTexts: true, cookieDomain: 'http://my.localhost:3000', cookieExpiresAfterDays: 30, default: false, mustConsent: false, acceptAll: true, hideDeclineAll: false, hideLearnMore: false,...