Because it would be harder, there are 2 types of cookies: essential ones, necessary for the site to work correctly (remember login, preferences and a bunch of other things) and there are other cookies that are not necessary, and there is no real way to add this distinction since the browser doesn’t really have any way to understand which are which;
Also, before anyone reply “but if i don’t want to remember my login?” Some sites still write temporary cookies to work
You can also see what cookies are wrote on your device with Developer tools
Adding support for two types of cookies instead of one (and having a default the browser sends to the site) isn’t black magic fuckery or some unachievable alchemical process. It’s done easily.
Yep, but would companies use them? I doubt, they want profit, they ain’t using that and companies often define standards, so the only hope is to propose to the EU to enforce it or smth
Because it would be harder, there are 2 types of cookies: essential ones, necessary for the site to work correctly (remember login, preferences and a bunch of other things) and there are other cookies that are not necessary, and there is no real way to add this distinction since the browser doesn’t really have any way to understand which are which; Also, before anyone reply “but if i don’t want to remember my login?” Some sites still write temporary cookies to work
You can also see what cookies are wrote on your device with Developer tools
Adding support for two types of cookies instead of one (and having a default the browser sends to the site) isn’t black magic fuckery or some unachievable alchemical process. It’s done easily.
Yep, but would companies use them? I doubt, they want profit, they ain’t using that and companies often define standards, so the only hope is to propose to the EU to enforce it or smth