Closed robindevitt closed 2 years ago
Seems like something we want to resolve fairly quickly too if you have time to make a PR, good spot
@roborourke Should functional
cookies have the ability to be opt-in? The docs suggest that it could be made as an opt-in, but the code won't allow it...
Well without them it's not possible to record consent so I assume that's why the code is written the way it is. I would say they're a requirement for the feature
Issue/bug
While working on #85 I picked up that removing
statistics-anonymous
from the default categories, it doesn't give the user the option opt-in.To replicate
Use the following filter to make the
functional
category the only allowed by default:View the site so the cookie banner displays, select Cookie Preferences.
You should be able to opt-in for
statistics-anonymous
cookies.Expectation
When removing
statistics-anonymous
from the allowed categories, a user should be able to opt-in for thestatistics-anonymous
cookie.