You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use origin for referrer, until my version of Chrome sorts itself out
`origin-when-crossorigin` is a typo, but it's what my Chrome is currently
expecting:
```
Failed to set referrer policy: The value 'origin-when-cross-origin' is not one of 'always', 'default', 'never', 'no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-crossorigin', or 'unsafe-url'. This document's referrer policy has been left unchanged.
```
https://lists.w3.org/Archives/Public/public-webappsec/2015May/0059.html
0 commit comments