Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNT HTTP header #11

Closed
0xBRM opened this issue Apr 3, 2015 · 9 comments
Closed

DNT HTTP header #11

0xBRM opened this issue Apr 3, 2015 · 9 comments
Labels

Comments

@0xBRM
Copy link

0xBRM commented Apr 3, 2015

Enables Firefox's built-in tracking protection

This is actually counterproductive. Websites are not forced to honour the browser's request to not be tracked and thus, you are more likely to be tracked across the web for displaying "suspicious behaviour."
The superior approach is to not include anything in the HTTP header.

@pyllyukko
Copy link
Owner

The DNT and tracking protection are two different subjects.

You are absolutely right, that it's up to the website to decide, whether to respect DNT or not. As with all security, these kind of controls can not be implemented client-side.

Even though I also think, that this doesn't help at all, I somehow naively would like to believe that somewhere out there is this one site that actually respects this :) Probably there isn't.

And I think the "suspicious behaviour" aspect is already lost altogether, by all these tweaks. I'm pretty sure there are a whole bunch of other red flags for those who care to notice.

If you have any references to some studies about the effects of DNT, please link them here.

I'll leave the DNT enabled for now, but I think I'll leave this issue open also in hopes of more discussion, as this is a good topic and a matter of debate. Thanks for the input!

@0xBRM
Copy link
Author

0xBRM commented Apr 4, 2015

Ah yes, I understand that, and quoted the wrong thing. I am aware of Mozilla's Polaris project that uses Disconnect's list to block certain scripts, cookies, and whatever else (though, admitedly, I would much rather use uBlock, and Policeman in default-deny mode, or just one of them if I had to pick between Disconnect and a single extension).

I do agree that hardening your browser may set off a few red flags, but nothing quite as flamboyant as admitting to not wanting to be tracked across domains. Not being a low hanging fruit is certainly a very good thing, but you're actively indicating you'd rather not be tracked which, in their mind, directly translates to "he's got something to hide."
You may find a site that honours the header, but then again, such a site would be probably owned by someone with a strong moral compass, someone you could potentially trust with your browsing habits, which is why I believe no DNT header is the way to go.

There are no studies on DNT that I know of, though we could in theory try to measure its effects to a degree. I suppose I will look into it and report back with results! Lots of users would benefit from this. I shall draft the methodology tomorrow, or on monday.

@nodiscc
Copy link
Contributor

nodiscc commented May 9, 2015

Enabling DNT presumably makes browser fingerprinting easier. See https://amiunique.org/.
I think the pref should be left unset.

@pyllyukko
Copy link
Owner

Enabling DNT presumably makes browser fingerprinting easier. See https://amiunique.org/.
I think the pref should be left unset.

I don't think identifiability itself is enough to justify the removal of this setting. There are so many settings in this project that makes us quite unique anyway. There's no way of blending in at this point I'm afraid.

Also I think that DNT is slowly starting to be a setting for average users. What I mean is, that it's available in most of the GUIs and not hidden in the depths of about:config. And I'm not talking only about Firefox. For example, in iOS Safari's Privacy & Security settings group there are three settings and DNT is one of them. In Firefox it's the first setting in the Privacy tab. In my Jolla's browser settings Privacy section, it is first out of six settings, etc.

@0xBRM
Copy link
Author

0xBRM commented May 10, 2015

What I mean is, that it's available in most of the GUIs

What is the default setting for most of them?

@pyllyukko
Copy link
Owner

What I mean is, that it's available in most of the GUIs

What is the default setting for most of them?

Probably off. Not entirely sure though.

@pyllyukko
Copy link
Owner

I'll still be using it :) But as it's so simple for the users to control it by themselves (even from the GUI), I think we can leave it commented out.

@pyllyukko
Copy link
Owner

This is interesting. This must be the first service I see, that at least claims to (somewhat) respect DNT: https://support.twitter.com/articles/20169453-twitter-supports-do-not-track

@tryoxiss
Copy link

tryoxiss commented Apr 7, 2024

Standard IANAL

Sorry for necro, but a german (berlin regional) court semi-recently ruled that the DNT signal is legally relevent, persuitant to GDPR. More cases would be needed, but other european countries are moving towards a simillar stance.

It is unclear what legally relavent means, but it likely means its akin to something like cookie consent. I think it may be worth revisiting its default value if things keep going the way they are.

EDIT: After a bit of digging, the Sec-GPC: 1 header appears to be a successor in many ways, and is supposidly also legally binding in many juristictions, most notably california where companies have been fined for not respecting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants
@pyllyukko @nodiscc @0xBRM @tryoxiss and others