Re: [slightlyoff/ServiceWorker] Foreign fetch and no-referrer Referrer Policy (#899)

> Which would effectively mean foreign fetch could only reply with opaque responses to these requests (which again means it can only reply to no-cors requests).

If this is true or not depends on what I do with #900. If I make these checks similar to the ones for CORS (which probably makes sense) and compare serialized origins passing "null" to the response origin will work fine to expose responses to opaque origins.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/899#issuecomment-219542635

Received on Monday, 16 May 2016 20:47:25 UTC