f0d08f4da1
* Propagate referrer to new windows Fixes #9205 * Rearrange -new-window event arguments for backwards-compatibility * Plumb referrer policy through guest-window-manager * Document the Referrer structure and its uses * Add tests for referrer in new windows * Docs nits
418 B
418 B
Referrer Object
url
String - HTTP Referrer URL.policy
String - Can bedefault
,unsafe-url
,no-referrer-when-downgrade
,no-referrer
,origin
,strict-origin-when-cross-origin
,same-origin
,strict-origin
, orno-referrer
. See the Referrer-Policy spec for more details on the meaning of these values.