TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Slow Death of ‘Do Not Track’

73 pointsby r0h1nover 10 years ago

8 comments

rgroover 10 years ago
The worst part about the DNT header was the requirement for the tracking companies to regulate themselves. Initially, the header was opt-in, but with the introduction of IE10, Microsoft decided that the option was going to be opt-out. Once the the DNT header was gaining traction and a not-so-small percentage of people began sending the header, the companies had no reason to comply, and the initiative sorta fell out of favor.<p>For blocking tracking, the most effective tools are browser extensions made to block ads. Ghostery provides comparisons on an non-biased website between the methods of blocking tracking through browser modifications [1]. According to the site, the Do Not Track header actually has an effect with a difference of 18% in cookie size when the header is set. AdBlock Edge and disabling third-party cookies results in a 59% and 40% decrease in cookie size respectively. It seems that the easiest thing you can do to lessen your internet footprint would be to disable third-party cookies and enable the DNT header, and the majority of tracking can be eliminated through the use of a browser extension. (But with the recent revelations [2], using a browser extension may actually reduce your browsing experience if you don&#x27;t have the RAM to spare.)<p>[1] <a href="http://www.areweprivateyet.com/" rel="nofollow">http:&#x2F;&#x2F;www.areweprivateyet.com&#x2F;</a> [2] <a href="https://news.ycombinator.com/item?id=8802424" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8802424</a>
评论 #8806201 未加载
评论 #8805858 未加载
评论 #8806186 未加载
评论 #8805884 未加载
thomasfoster96over 10 years ago
DNT was essentially dead quite a while ago.<p>If we are goign to get something like Do Not Track, then it should have been drafted out of the public eye, had a nice short period for public comment and then recieved some sort of backing in law. Speculative implementations didn&#x27;t really help.<p>I&#x27;m not too familiar with the laws surrounding things like &#x27;do not call&#x27; lists and anti-spam measures, but some sort of system from that area of law could surely have been a part of DNT.
评论 #8806038 未加载
评论 #8806408 未加载
评论 #8812642 未加载
username223over 10 years ago
It never made sense in the first place. It was an opt-in, voluntary restriction that destroys all of advertisers&#x27; supposed value with no legal consequences if they ignore it.<p>The only real solution is client-side, and we have that technology now: hosts-blocking, Ghostery, AdBlock, etc. If enough people cared, it could be enabled by default on new browser installs.
eliover 10 years ago
It was a weak idea from the start. If you trust advertising companies to do what they say, then there&#x27;s already an opt-out tracking system: <a href="http://www.networkadvertising.org/choices/" rel="nofollow">http:&#x2F;&#x2F;www.networkadvertising.org&#x2F;choices&#x2F;</a> The bad actors (particularly ones not based in the US) were going to ignore DNT anyway.<p>Now, granted, it&#x27;s technically far inferior to a DNT header (it sets a cookie on each ad network domain) but as far as I can tell it works and has worked for years.
carlosrgover 10 years ago
This is one thing that could have been done better in Europe.
评论 #8806309 未加载
atoponceover 10 years ago
DNT is the product of &quot;technology by committee&quot;. It was a disaster out the gate from the start.
davidgerardover 10 years ago
This is part of why regular web users need and use adblockers.
MichaelCrawfordover 10 years ago
I don&#x27;t trust anyone to respect my Do Not Track settings.<p>Rather what I do is to blackhole the analytics servers with my &#x2F;etc&#x2F;hosts:<p><pre><code> 127.0.0.1 www.googleanalytics.com 127.0.0.1 www.heapanalytics.com </code></pre> Unfortunately one must jailbreak mobile devices to get at their hosts files. I understand that Windows no longer uses it at all.<p>Better would be to block the analytics services at the router, or preload a caching DNS server with them.<p>I also avoid &quot;Log In With Facebook&quot; &amp;c. I don&#x27;t register at a site unless it offers its own login facility.
评论 #8820767 未加载