| ▲ | maccard 2 days ago | |||||||||||||||||||||||||||||||||||||||||||
They do come from the ePrivacy directive but; > if you want to store data on the user's browser you do need to get their consent, hence the cookie banner. No - you need consent for storing cookies that are not “strictly necessary”. I can implement an offline app that stores data in cookies without consent. The current usage of the banner is overly litigious US focused simplification combined with malicious compliance. | ||||||||||||||||||||||||||||||||||||||||||||
| ▲ | nraynaud a day ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||||||||
in particular, if you store stuff in the browser, and don't send it to the server later (local storage or one of the other 1000 JS APIs), there is no reason to present a cookie banner. | ||||||||||||||||||||||||||||||||||||||||||||
| ▲ | beej71 a day ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||
Do you have an example of a maliciously-complying website? Virtually all remotely popular websites deliberately use unnecessary cookies. | ||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||
| ▲ | brainwad 2 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||||||||
No cookie is strictly necessary, you can encode it all into request tokens in the URL, so this is a meaningless exception. | ||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||