quote from
https://www.itgovernance.eu/blog/en/how-the-gdpr-affects-cookie-policies/Cookies are mentioned only once in the EU General Data Protection Regulation (GDPR), but the repercussions are significant for any organisation that uses them to track users’ browsing activity.
Recital 30 of the GDPR states:
Natural persons may be associated with online identifiers […] such as internet protocol addresses, cookie identifiers or other identifiers […]. This may leave traces which, in particular when combined with unique identifiers and other information received by the servers, may be used to create profiles of the natural persons and identify them.
In short: when cookies can identify an individual via their device, it is considered personal data.
Now please give your opinion about the osclass cookie that osclass uses by default (as PHPSESSID I gues, or if i'm wrong, please correct me).How can we implement the loading of that cookie only after the user acceptance?
I thought about a bar in footer with some text and the accept button , that @ click anywhere in the viewport or scroll should zoom out to blur the whole viewport of the page asking for accept of that cookie in order to browse the website. I gues in this way, SEO won't be affected.
Once that accept is clicked, the action could be recorded in the browser's globals via JS and in this way the bar will be hidden until the user closes that tab or browser.
Of course the display of that bar should be done only if the accept is not stored in browser's globals array, else the
display:none;
could be used.
In a similar way can be implemented the acceptance for analytics cookies sent by google, but here a footer bar can be used without mandatory action from user, in the way that the user can decite to refuse them, and still be able to use the website.
I don't know for sure if google rankings are based on analytics or not....and how this will affect google rankings...
I hope a free extension will be made for this, NOT a payed one as the tine needed for it is not so much(cookies consent)...
If we agree uppon a solution, I could share the mods needed in core and bender theme.