Re: [whatwg/fetch] "origin-only" and "origin" (#287)

Okay, so the referrer specification is a little weird here. In that it calls the policy "Origin Only" but the value is apparently "origin". And while https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-delivery-meta and https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-delivery-referrer-attribute do say "origin", they don't refer to "Origin Only" (but instead to some RFC which seems like a bug).

Clearly `<meta>` predates the Fetch feature (added in #80) though so this is my fault.

This would require a breaking change to existing implementations assuming they copied the enum from Fetch, is everyone okay with that or should we preserve compatibility?

---
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/287#issuecomment-211307332

Received on Monday, 18 April 2016 10:04:01 UTC