Re: [whatwg/fetch] Referrer policy: Should request's referrer policy be updated in the main fetch? (#266)

@yutakahirano are you saying that we would remove step 2 of http://w3c.github.io/webappsec-referrer-policy/#determine-requests-referrer? When we receive a redirect response we want to apply the Referrer-Policy header in the redirect response while following the redirect, which is what step 2 is trying to accomplish. I guess instead we could specify in HTTP-redirect fetch that if `actualResponse` has a Referrer-Policy header, we update `request`'s referrer policy to the policy from the header.

---
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/issues/266#issuecomment-204248331

Received on Friday, 1 April 2016 04:53:19 UTC