matagus / remove-google-redirects-addon

🐣 Firefox addon to simply remove tracking code/redirect from Google search results. Works with firefox 20.x or superior.

Home Page:http://matagus.github.com/remove-google-redirects-addon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Remove or simplify the referrer

opened this issue · comments

Although referrers sent by the client are very useful to analytics of websites, and sometimes necessary if some privileges are required, for the search engine it may cause privacy leaks (especially when the user hastily copy&paste a long search string). So I suggest keeping the referrer simple by removing the URL path, and even block the referrer.

I'm learning to write some extensions for firefox but it will be great if you have time to implement it before I go that deep into my way. :)

Ok, there is already <meta name="referrer" content="origin"> in the html page to simplify the referrer. No problem now.

http://devdocs.io/html/element/meta#attr-name (Firefox 36.0+)