I mean at least they are honest?

https://lemmy.ml/post/83822

I mean at least they are honest? - Lemmy

localStorage is a thing, don’t need cookies for browser state
Sure it is a thing but JavaScript on that domain can access it either injected or provided by the site. This is quite risky. Cookies can be http only so that client code cant access it.
How is storing hideCookieBanner: false on local storage risky?
What would the benefit of storing that in local storage?
Remembering that the user asked to not see that banner again.
Why not just set a cookie?
Because we were talking about how to save that information without using cookies. Setting a cookie would break the one thing that the conversation was about, wouldn’t it?
It was clearly a reference to the so called ‘cookie laws’ requiring permission for tracking cookies. However, cookies that are not for tracking purposes do not require any form of consent.