Warning
Referrer-Policy: The "origin-when-cross-origin" value is not recommended.
But origin-when-cross-origin is the fallback; when there is support for strict-origin-when-cross-origin, that is the value that should come out on top. I think the website should reflect that, because this actually gives better security than not specifying a fallback.
When multiple referrer-policy values are specified in the header, the value of the first is considered, instead of the last. Example:
Referrer-Policy: origin-when-cross-origin,strict-origin-when-cross-origin
Result:
But
origin-when-cross-origin
is the fallback; when there is support forstrict-origin-when-cross-origin
, that is the value that should come out on top. I think the website should reflect that, because this actually gives better security than not specifying a fallback.