Skip to content

Instantly share code, notes, and snippets.

@oreoshake
Last active August 29, 2015 14:15
Show Gist options
  • Save oreoshake/13dfef90d3bd7dd9b1d6 to your computer and use it in GitHub Desktop.
Save oreoshake/13dfef90d3bd7dd9b1d6 to your computer and use it in GitHub Desktop.
referrers and stuff

For testing: http://referrerrerr.herokuapp.com/

Firefox

  • 35: doesn't respect the referrer meta tag at all (defaulting to no-referrer-when-downgrade behavior)
  • 36: respects no-referrer, origin, no-referrer-when-downgrade, unsafe-url and defaults to origin
  • 37: respects ^^^ and 'origin-when-crossorigin'

Chrome

  • <= 39: ???
  • 40: respects no-referrer, origin, no-referrer-when-downgrade, unsafe-url and defaults to no-referrer
  • 41: respects ^^^ and 'origin-when-crossorigin'

Safari

  • 8: respects no-referrer and origin. Defaults to no-referrer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment