klaro-js
klaro-js copied to clipboard
Klaro Privacy Manager. An open-source, privacy-friendly & compliant consent manager for your website.
Hi, this changes one Webpack option, that makes it build with tools like Vite. The [`globalObject`](https://webpack.js.org/configuration/output/#outputglobalobject) option is set to "this", as "self" is not defined.
Refs: #441
**Klaro Config** Behaviour is present on klaro.org After updating to klaro 0.7.22, `div#klaro-cookie-notice.cookie-notice` has `role="dialog"` and causes PageSpeed to complain like: `Elements with role="dialog" or role="alertdialog" do not have accessible...
This branch moves the Klaro codebase to Typescript to provide better correctness assurances and make future development easier. This is still a work in progress.
Bulgarian Translation
1. Corrected declension and inconsistency in a sentence containing both formal and informal tones in Polish 🇵🇱 translation. 2. Minor change to make sentence denclension independent.
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"],...
I set Klaro cookie with Simo Ahava's template on Google Tag Manager above six months ago. It's been working fine since then. Now, the site had an design update and...
**Klaro Config** ```js { groupByPurpose: false } ``` **HTML Code of Page** ```html ``` **Steps to reproduce** Define a service and do not group by purpose. Prop visible should be...