Active
Project:
COOKiES Consent Management
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Dec 2024 at 09:21 UTC
Updated:
11 Dec 2024 at 12:02 UTC
Jump to comment: Most recent
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.
Switch the functional cookie service type to provide a (disabled) checkbox or set the default to true only for functional cookies
Comments
Comment #2
anybodyMhm 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?
Comment #3
grevil commentedThe cookie value for "functional" will be false.
Comment #4
grevil commentedAccepting / Denying ALL cookies sets it to "true" / "false" as expected. This is only the case, when setting it via the "Cookie Settings" dialog.
Comment #5
anybody@JFeltkamp I think this needs to be fixed in cookiesjsr?
Comment #6
anybody#3323044: [2.x] Use the Cookies service "Consent required" value and add tests seems related?