Re: [slightlyoff/ServiceWorker] navigations that are not intercepted should still allow interception on further redirects (#793)

> I noted that the other problem is authentication dialogs. What if you get one of those while redirect mode is manual?

How about:

In HTTP fetch:
Step 5.2: If request's skip-service-worker flag is unset and request's redirect mode is "follow", set skip-service-worker flag.
Step 6 > redirect status > Substep 5 > "manual": Add the step "Unset request's skip-service-worker flag."
Step 6 > 401/407: Add the step "Set request's skip-service-worker flag." before invoking subsequent HTTP fetch.

---
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/793#issuecomment-238531897

Received on Tuesday, 9 August 2016 12:00:48 UTC