@codinghorror Moreover there *was* a browser feature to set it globally and all the assholes running websites refused to honor it and instead used your setting as an additional fingerprinting bit to track you.
@dalias do you mean the dnt header? I just recently visited geizhals.de and noticed that they honor the Do-not-track header and set the cookie settings accordingly. But it's the only website I came by since this hole cookie banner shit show started which does this. @codinghorror
@faduda@frosch@codinghorror Yeah but they'll try to argue it's no longer a meaningful part of the protocol. Not saying this should be treated as valid, but that's the strategy here and likely why Google pushed to remove it.
@p oh no, that's actually brutally honest. It means: 'your privacy has a measurable value to us, and there is a market where we can sell it' @dalias@codinghorror
@fabrice@codinghorror As soon as the option exists, the only legitimate default value is "no, do not track". A browser that makes the default "yes, track me" has now made the browser vendor the guilty party violating user consent.
@fabrice@codinghorror Um, no. Unless the meaning defined by the protocol for requests lacking the header is to interpret it as "no consent to track", as an implementor once you know about the header, the choice to omit the header is equivalent to the choice to request tracking on the user's behalf without their consent.
@dalias@codinghorror You realize all clients won't support it, right? So the server side, anyways, has to deal with 3 states: no header, DNT=yes, DNT=no. The server side is still free to decide what to do when no header is sent. But anyway, DNT is dead...
@fabrice@codinghorror Yes I realize that. No, in any workable ethical and legal regime, the server side is not "free to decide what to do when no header is sent". But if server side is potentially (illegally) treating lack of information as consent, a client that operates in the user's interests cannot omit the header by default.
@fabrice@codinghorror In any case, yes, DNT is essentially dead due to lack of political will to enforce it and sites abusing it as an extra bit of fingerprinting data in the absence of any consequences for doing that.
But it's still meaningful to consider what ethical and legal obligations we should expect in any future protocol that aims to automate this.