Well, that could make the popup unusable depending on screen size. I think the wording is pretty clear, the issue is just that there’s no followup and not clear enough incentives to avoid skirting the rules at the moment.
Pelicanen
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: June 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Not “make it easy”, it’s “make it as easy”, meaning it can’t be easier to accept than to revoke, much clearer bar.
That’s already part of the GDPR, companies just aren’t complying with it.
From the official GDPR site:
To comply with the regulations governing cookies under the GDPR and the ePrivacy Directive you must:
- Receive users’ consent before you use any cookies except strictly necessary cookies.
- Provide accurate and specific information about the data each cookie tracks and its purpose in plain language before consent is received.
- Document and store consent received from users.
- Allow users to access your service even if they refuse to allow the use of certain cookies
- Make it as easy for users to withdraw their consent as it was for them to give their consent in the first place.


…do you mean C++ or just C? Cause, sure, you can poke around with pointers and references in C++ but it can also be used just like any other OOP language, whereas in C it’s absolutely necessary since it’s not an OOP language.