this post was submitted on 01 Oct 2021
0 points (NaN% liked)
Programmer Humor
32716 readers
450 users here now
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.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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?