An open API service indexing awesome lists of open source software.

https://github.com/strazzere/noref

No Referrer Chrome Extension
https://github.com/strazzere/noref

Last synced: 9 months ago
JSON representation

No Referrer Chrome Extension

Awesome Lists containing this project

README

          

Google Chrome Extension to disable all referrer information.

-------------

This Extension will set add the `rel="noreferrer"` Attribute to every ``-Tag.
If there `rel` Attribute is already in use, it will add the `noreferrer` Value to the Attribute.
Read more about the `rel="noreferrer"` Attribute [here](https://www.webkit.org/blog/907/webkit-nightlies-support-html5-noreferrer-link-relation/) or [here](http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#link-type-noreferrer)

Installation
-------------
Open [chrome://extensions/](chrome://extensions/) in your Browser and simply Drag & Drop the `noref.crx` into the window.

License
-------------
This Software is licensed under the [WTFPL](http://www.wtfpl.net/about/). Just do what the fuck you want.