Problem/Motivation

This applies both to 1.2.x and 2.x.

When consent is given to cookies services individually via the "Cookie Settings" dialog, "Functional" Cookie consent will be automatically denied, as there is no checkbox for functional cookies and the fallback seems to be false.

Steps to reproduce

Proposed resolution

Switch the functional cookie service type to provide a (disabled) checkbox or set the default to true only for functional cookies

Remaining tasks

User interface changes

API changes

Data model changes

Comments

grevil created an issue. See original summary.

anybody’s picture

Issue summary: View changes

Mhm this is really strange and I'm unsure about the consequences. How can I see that the consent is denied technically? JS callback?
Do any services actually listen to this in reality?

grevil’s picture

The cookie value for "functional" will be false.

grevil’s picture

Accepting / Denying ALL cookies sets it to "true" / "false" as expected. This is only the case, when setting it via the "Cookie Settings" dialog.

anybody’s picture

Assigned: Unassigned » jfeltkamp

@JFeltkamp I think this needs to be fixed in cookiesjsr?