Spyke
lemmy.world

localStorage is a thing, don't need cookies for browser state

19

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.

7
macnielreply
feddit.de

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.

4
macnielreply
feddit.de

What would the benefit of storing that in local storage?

0
bighireply
lemmy.world

Remembering that the user asked to not see that banner again.

5
bighireply
lemmy.world

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?

If we're in a fun conversation about how to enter your home without using the door, would you be the one saying "I have an idea, I have an idea: use the door"?

1

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.

0
lemmy.world

At least for GDPR, if you are not storing users' data, you don't have to put a banner.

17
bighireply
lemmy.world

And even if you’re storing relevant user data, you don’t have to put a banner.

You only need a banner if you’re storing data you don’t need, for tracking or other secondary purposes.

7

But companies actively want the end users to misunderstand and blame the law for making the internet so bad with the banners.

Remember, companies only care about their pockets, not the people.

7

You reached the end

I mean at least they are honest? | Spyke