[whatwg/fetch] Call out to Referrer Policy to set policy on redirect (#335)

Before following a redirect, Fetch should call out to Referrer Policy to
update the referrer policy on the request, if necessary. (In particular,
this applies when the redirect response contains a Referrer-Policy
header.)

This integration is described in
https://w3c.github.io/webappsec-referrer-policy/#integration-with-fetch,
though it needs to be updated per
https://github.com/w3c/webappsec-referrer-policy/issues/59.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/fetch/pull/335

-- Commit Summary --

  * Call out to Referrer Policy to set policy on redirect

-- File Changes --

    M Overview.src.html (5)

-- Patch Links --

https://github.com/whatwg/fetch/pull/335.patch
https://github.com/whatwg/fetch/pull/335.diff

---
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/335

Received on Friday, 15 July 2016 17:25:48 UTC