Remix.run Logo
jampekka a day ago

Lack of do-not-track header is not a consent to track of course. It's just signaling non-consent.

foldr a day ago | parent [-]

I take your point. It would be nice to have a header that effectively just automatically canceled all the consent pop ups for you. But there are still some issues.

1) You'd have to find a way of writing the regulations without baking in particular technical assumptions about the web. The current GDPR talks about general principles of consent and data processing, not the specifics of cookies, headers, etc.

2) People can change their minds or override their general preferences in specific instances. Just because someone has a default setting in their browser indicating that they don't want to accept tracking cookies doesn't necessarily mean that they won't want to allow your site to store more data about them. So it is still legitimate for sites to ask them the question – and then you're back to the pop ups.

jampekka a day ago | parent [-]

1) is not a problem. This is actually already defined technology neutrally in GDPR: "the data subject may exercise his or her right to object by automated means using technical specifications". For specific implementations the law can defer to e.g. standards, as is also very common in legislation.

In general defining laws technology neutrally is bread and butter of legislation, there are just a lot of misconceptions that laws are about specific techniques.

2) you can easily make a non-intrusive UI for that.

foldr a day ago | parent [-]

Yes, you can make a non-intrusive UI for that. Indeed, website creators can do that right now, with existing technology and compliant with the GDPR as-is.

The question is how do you prevent the annoying UX without making overly technology-specific rules. Just adding a do-not-track header does not stop websites from ignoring the header and showing a pop up to ask you if you want to override your default settings.