[fetch] Referrer: Referer header value for "client" referrer (#110)

Just to confirm: In HTTP-network-or-cache fetch, "Referer: client" is appended if the referrer value is "client". Is that correct?

> Append `Referer`/empty byte sequence, if httpRequest's referrer is "no-referrer", and `Referer`/httpRequest's referrer, serialized and utf-8 encoded, otherwise, to httpRequest's header list.

"Referer: about:client" looks more reasonable to me.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/110

Received on Wednesday, 12 August 2015 04:02:02 UTC