Skip to content

It prevents the browser from sending the http referrer when clicking a link (not latests IE) and loading an image.

Notifications You must be signed in to change notification settings

jpgerek/referrer-killer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

referrer-killer

Crossbrowser referrer killing solution.

It's a hack that prevents the browser from sending the http referrer in the following cases:

  • Link: You can have a link in your website being sure that the destiny won't know about your site.
  • Image: You can display an image from another site being sure the other site won't know your website is displaying it.

Other interesting use is displaying an image without blocking the rest of the content, this way in case the image fails it allows the rest of the page to load normally. Notice modern browsers don't block anymore.

Uses:

  • Load static content in parallel.
  • Provide privacy to your web users.
  • Saving bandwidth, considering you save the extra bytes of the http referrer.

Abuses:

About

It prevents the browser from sending the http referrer when clicking a link (not latests IE) and loading an image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published