Re: [ServiceWorker] Navigate and redirects (#654)

Actually, in some other ticket we ended up restricting this. A request for `/foo` needs a same-origin or synthetic response. See #590.

Of course, redirects still happen even though HTML sets redirect mode to "manual". This can be problematic if the URL redirected to is to be handled by the navigate algorithm in some manner rather than Fetch (e.g. a `skype` URL or some such).

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

Received on Sunday, 12 April 2015 08:26:14 UTC