Re: [whatwg/fetch] Update request's referrer policy when fetching (#280)

> @@ -2031,6 +2031,17 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul
>   <span data-anolis-ref>MIX</span>
>   <span data-anolis-ref>CSP</span>
>  
> + <li><p>If <var>request</var>'s <span title=concept-request-referrer-policy>referrer policy</span>
> + is the empty string and <var>request</var>'s
> + <span title=concept-request-client>client</span> is non-null, set <var>request</var>'s
> + <span title=concept-request-referrer-policy>referrer policy</span> to <var>request</var>'s
> + <span title=concept-request-client>client</span>'s associated referrer policy.
> +
> + <li><p>If <var>request</var>'s <span title=concept-request-referrer-policy>referrer policy</span>
> + is the empty string, set <var>request</var>'s
> + <span title=concept-request-referrer-policy>referrer policy</span> to
> + "<code>no-referrer-when-downgrade</code>".

We should maybe add a note here that this is the historical default.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/280/files/d7dd61eb180d424e4c0d5a6e37163450cfe19815#r59513493

Received on Wednesday, 13 April 2016 08:52:35 UTC