pilcrowonpaper / copenhagen

A basic guideline on implementing auth for the web
https://thecopenhagenbook.com
MIT License
1.33k stars 37 forks source link

fix: use correct value for Privacy-Policy header #18

Closed lgraubner closed 7 months ago

lgraubner commented 7 months ago

The values for the Privacy-Policy header provided are wrong. It should be no-referrer contrary to the HTML element value.

See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy#no-referrer

pilcrowonpaper commented 7 months ago

Thank you!