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 Murky World of Third Party Web Tracking

15 pointsby srikarover 10 years ago

2 comments

_deliriumover 10 years ago
I&#x27;ve been using EFF&#x27;s &quot;Privacy Badger&quot; to try to cut down on this, with fairly good results (it doesn&#x27;t break too many things): <a href="https://www.eff.org/privacybadger" rel="nofollow">https:&#x2F;&#x2F;www.eff.org&#x2F;privacybadger</a><p>The basic idea is that it can either fully allow a third-party image&#x2F;script, allow the load but block third-party cookies, or block it entirely. There are some history-based heuristics (can be overridden) to figure out which makes most sense.<p>HN discussions: <a href="https://news.ycombinator.com/item?id=7789350" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7789350</a>, <a href="https://news.ycombinator.com/item?id=7684287" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7684287</a>
jingoover 10 years ago
I use DNS to block this sort of stuff (doubleclick.net, googleapis.com, etc.). *.doubleclick.net, etc. redirect to a a socket logger so I can see what is being requested.<p>This is easy for me to do because I run my own DNS root.<p>I also use DNS in order to log requests from devices that phone home (e.g., Apple).
评论 #8314009 未加载