What if cookies are essential for the functioning of me?
@Binder speaking as a long time web dev, you really REALLY want us to use cookies. The alternative has a lot of brittle edge cases that would annoy everyone.
Only really simple sites like static blogs don’t benefit dramatically from the use of cookies.
Cookies don’t equate to privacy invasion or tracking. They can be used for that but they’re also a key piece of web infrastructure we don’t have an alternative for.
@503bartley @Binder sure. Use ad blockers. Especially dns level ones like Pi-hole or NextDNS offer.
I used to work in targeted advertising. I know how the tracking works intimately. If you block the ability for your browser to pass your request to ad companies it radically hampers tracking ability
@ironicmoka @masukomi @503bartley @Binder
Note that cookies set in response to direct user actions typically do not require a cookie banner. The legal requirement is informed consent. If the user has asked you to do something that requires tracking some state (such as setting a preference) then they have granted permission for you to track the minimum amount of state necessary for that action. Similarly, if they create an account and log in, they have granted permission to associate that session with your account.
The ‘problem’ is if you want to do privacy-invasive things such as try to link that account to their identity on other sites or to their legal identity. Then you have a bunch more legal requirements. But you can also just not do that.
Excellent remark !
And when it starts with "we value your privacy", you know it's not true.