Replies: 4 comments 15 replies
-
Not an easy task. Because it's not all about the cookies. If you use, e.g. a contact page, you need additional information on your website. This is my personal opinion: If you use it like designed, you have to log it Germany and create a backend for the logging - e.g. use contact form, analysis (GDPR page) If I need it for a personal blog without analysis, I would go for the minimalist solution and adjust this for hugo. https://hugocodex.org/add-ons/cookie-consent/#manage-consent In the end, I only need an "Allow" and "Allow only necessary" with a link to a page like this: Get the used cookies with the browser or services like: https://www.cookieyes.com/cookie-checker/?ref=SB_03092019 If the mode switch is designed like this and saved only with explicit click on the checkbox - no consent is needed in my mind. User does explicit a logic - marked with a tooltip. Discussion: commercial Website |
Beta Was this translation helpful? Give feedback.
-
Hi @d-oit, I've released an initial alpha version of the cookie consent support. The documentation is available here: https://gethinode.com/docs/configuration/cookie-consent/. I plan to implement a few JS functions next, which will allow developers to interact with cookies considering consent (based on categories). The current critical scripts will use these functions too. Your feedback is welcome! |
Beta Was this translation helpful? Give feedback.
-
I have released a new beta version of Hinode to improve cookie support. It turns out dynamic loading of the cookie consent manager's script was not working well. I made the following key adjustments:
The documentation has been updated too. I shifted most of the technical details to the advanced settings. The following pages have been revised:
Finally, I've released a new module to test cookie consent management with CookieYes. An integration example is available here: https://gethinode.com/docs/configuration/cookie-consent/#predefined-integrations. I'm using the same module in the Hinode demo site (https://demo.gethinode.com) and main Hinode site (https://gethinode.com) to iron out any issues. Open items:
@d-oit feel free to reflect on the changes! |
Beta Was this translation helpful? Give feedback.
-
https://demo.gethinode.com/en/ Reject all The dark/light switch do nothing. 🤔 |
Beta Was this translation helpful? Give feedback.
-
Laws such as GDPR and CCPA require users to give consent before storing non-essental cookies. Feature #1164 describes a potential open-source solution. Input / feedback about this proposal is much appreciated. Feel free to share your feedback directly in this discussion thread.
Beta Was this translation helpful? Give feedback.
All reactions