mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Dynamic filtering: Benefits of blocking 3rd party iframe tags (markdown)
parent
482efd2ab5
commit
fb70478807
1 changed files with 3 additions and 1 deletions
|
|
@ -24,6 +24,8 @@ URL: <http://www.propublica.org/article/meet-the-online-tracking-device-that-is-
|
|||
|
||||
Remember the article [ProPublica's _"Meet the Online Tracking Device That is Virtually Impossible to Block"_](http://www.propublica.org/article/meet-the-online-tracking-device-that-is-virtually-impossible-to-block)?
|
||||
|
||||
The title is obviously an exaggeration (the tracking _can_ be blocked), but the particular `addthis.com` javascript code which attempts to fingerprint your browser executes from within a 3rd-party `iframe`. Contrary to what Adblock Plus has been claiming on its blog and the media, using _EasyPrivacy_ does **not** prevent AddThis from fingerprinting your browser. This is something I verified and re-verified back then, and unless appropriate filters have been added since last time I checked, it still is the case.
|
||||
The title is obviously an exaggeration (the tracking _can_ be blocked).
|
||||
|
||||
The particular `addthis.com` javascript code which attempts to fingerprint your browser executes from within a 3rd-party `iframe`. Contrary to what Adblock Plus has been claiming on its blog and the media, using _EasyPrivacy_ does **not** prevent AddThis from fingerprinting your browser. This is something I verified and re-verified back then, and unless appropriate filters have been added since last time I checked, it still is the case.
|
||||
|
||||
AddThis and countless other 3rd-party which purpose is to data-mine you will be foiled by blocking 3rd-party `<iframe>` tags (even more so if blocking 3rd-party `<script>` tags).
|
||||
Loading…
Reference in a new issue