klaro-js
klaro-js copied to clipboard
Klaro Privacy Manager. An open-source, privacy-friendly & compliant consent manager for your website.
Hi, sorry if i dont find it... But is there a setting to set "true" or something, that is refreshing the page, when a user saves the consent settings? So...
**The problem** It is not possible to change the wording for contextualConsent for each app individually and we can't use HTML tags in the description. Right now we can only...
Hi, did somebody got this working? Magento2 Version 2.3.2 and Klaro? Getting errors in the require-js stuff of magento. Seems to be some incompatibiity between klaro.js and the other stuff...
Unfortunately this link that shows how to overwrite translations in not working (https://github.com/KIProtect/klaro/blob/master/src/configs/i18n.js). Could you please help me, by providing an example, how to translate klaro in greek?
I have updated some informal sentences to formal.
Content Security Policy (CSP) blocks inline scripts unless a specific 'nonce' is added Header: Content-Security-Policy: default-src 'none';script-src 'self' 'nonce-base64-value' Html: https://github.com/kiprotect/klaro/blob/7db425d6686d7f8d7dd2a5d26899e35a5e515f19/src/consent-manager.js#L311 "for(const attribute of element.attributes)" the nonce-attribute is always empty...
**Klaro Config** ```yaml services: youtube: title: Youtube description: Youtube contextualConsentOnly: true ``` **Current behavior** When having only one service, e.g. youtube, the cookie consent popups are displayed anyways, showing a...
This enables the user to prevent scrolling in background of the klaro modal. CSS: ` body.modal-open { overflow: hidden; padding-right: var(--scrollbar-width); } `
I've updated some missing greek translations.