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

The spec says:

If request's referrer is not "no-referrer", set request's referrer to the result of invoking determine request's referrer.

The "determine request's referrer" algorithm combines request's referrer policy and environment's referrer policy, and then use it to calculate the referrer string. Is it reasonable to update the request's referrer policy to the combined referrer policy? That change is observable when the request is trapped in the service worker.

@mikewest @jeisinger

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

Received on Wednesday, 30 March 2016 14:53:30 UTC