-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate list of cookies for privacy statement #10
Comments
Interesting, we already have an option for
|
Well, to add maximum transparency, I think it'd make sense to be able to categorize and describe the cookie in the settings according to GDPR terminology (required, optional, must-have to make page work? -- not sure exactly). If I then had a configurable snippet that I can add to my Cookie Page that shows a table that I can style myself (like above), maybe even with a button like on #9. That would be cool. In a perfect world, you generate the entire best practice cookie statement for the user. The table could have the following columns:
(not sure if technical / function category make real sense, but maybe other fields) If too many cookies, you probably want to allow the user configure if he wants to show the sections (see #8) that she can (un)collapse. Ensure better readability. In an even more perfect world, I can turn entire sections on/off ;-) When i embed the script on the privacy or cookie page, i should be able to provide params like:
The values in the columns dict (except for status/status button) should ideally be field names from the config file that I can include here. I guess, all it takes is a small script that loops over the config files and it's parameter to render a table or row/column divs ala bootsrap. |
Sounds like a very useful feature and easy to implement, I guess we could add a |
(just curious) is this one still on someones list / anyone started implementing this? |
As far as I know, this has not been worked on. |
This feature would be very good to have in order to have the possibility to add a cookie declaration within the consent banner instead of an extra page on the website. Here is an example of how it could be done from cookiehub.com.
|
As a user, I'd like to generate a list similar to this one from config file. Should be embedded into the privacy or cookie statement.
See here: https://www.hrs.de/web3/cookie_policy.do?activity=index
The text was updated successfully, but these errors were encountered: