1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Created Privacy stuff (markdown)

Raymond Hill 2014-07-09 09:46:53 -07:00
parent 9811dcf481
commit 41bdb6b5d0

15
Privacy-stuff.md Normal file

@ -0,0 +1,15 @@
There are many lists out there which purpose is to enhance privacy protection. Many missing entries though. So here:
##### Twitter widget
I don't know why this one is not blocked by Fanboy Annoyance, as the list already block many other twitter widget-related stuff. So if you use above list, you may want to add the following to your filters:
`||platform.twitter.com/widgets.js$third-party`
##### Gravatar
Each time you visit a site which pull cute little avatar image aside (typically) a commenter's name, there is a corresponding request to [Gravatar](https://gravatar.com)'s web site, and the HTTP `referer` header contains the site you are visiting. The tracking potential is too much for me, so I block all these requests:
`||gravatar.com^$third-party`
I don't know if, and how much this breaks things. But for now I am happy to not have my browsing habits disclosed to gravatar.com. I can live without these cute thumbnails.