klaro-org / klaro-js

Klaro Privacy Manager. An open-source, privacy-friendly & compliant consent manager for your website.
https://klaro.org
Other
1.17k stars 249 forks source link

Change contextual behaviour for always button #465

Closed nilsjung closed 3 months ago

nilsjung commented 1 year ago

Change the behaviour of the always button as it has no effect if no klaro cookie is available.

This is a possible solution to fix #417

ger4003 commented 1 year ago

The acceptAlways button inside conextual consent only makes sense for consent cookie being avaialble. If no consent cookie is present the button should be omitted.

To be able to change the accept always setting for that service we added a description containing a link to open the consent manager. This feature can be disabeld by setting showDescriptionEmptyStore configuration to false.

Bildschirm­foto 2023-01-20 um 18 18 18

adewes commented 3 months ago

Awesome, t hanks @nilsjung, sorry this took so long to merge, will make a new release shortly with this included.