Re: [ServiceWorker] Update algorithm and redirects (#618)

Yeah, but if you want to block redirects you should not be checking "redirect count". Instead you should set the manual redirect flag and check the status code of the response (likely require it to be in range 200 to 299).

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

Received on Wednesday, 11 February 2015 07:44:16 UTC