- From: Emily Stark <notifications@github.com>
- Date: Thu, 31 Mar 2016 21:52:48 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Friday, 1 April 2016 04:53:19 UTC
@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