[ServiceWorker] Navigate and redirects (#654)

HTML's navigate algorithm invokes fetch and asks it to not follow redirects. Service workers however do not have this primitive so will follow redirects. This results in e.g. a request for `/foo` ending up with a response from some other origin potentially. I guess that's all okay?

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/654

Received on Tuesday, 17 March 2015 10:31:57 UTC