Legally it’s the same thing. The ‘cookie laws’ don’t explicitly forbid cookies, any kind of tracking is prohibited. Also, just storing a cookie with the information that a banner was shown doesn’t require consent. The only thing that requires consent is tracking the user.
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.
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
Posts must be relevant to programming, programmers, or computer science.
No NSFW content.
Jokes must be in good taste. No hate speech, bigotry, etc.
localStorage is a thing, don’t need cookies for browser state
Legally it’s the same thing. The ‘cookie laws’ don’t explicitly forbid cookies, any kind of tracking is prohibited. Also, just storing a cookie with the information that a banner was shown doesn’t require consent. The only thing that requires consent is tracking the user.
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.