parimalsatyal / neustadt.fr-metalsmith

(Deprecated) Neustadt.fr is Parimal Satyal's collection of essays, reviews and music. This is where the back-end static site generator lives.
https://neustadt.fr
42 stars 21 forks source link

Add meta referrer to header + fix broken link on 'About' page #1

Closed andersju closed 8 years ago

andersju commented 8 years ago

This tells browsers not to leak referrer information at all. See https://w3c.github.io/webappsec/specs/referrer-policy/#referrer-policy-delivery-meta

Note that while no-referrer is the preferred keyword, it wasn't supported by Microsoft Edge last time I checked. never (legacy) is, however, supported by Edge as well as recent FF/Chrome/Safari.

parimalsatyal commented 8 years ago

Thanks, Anders!