The flags of request objects which are passed to the service worker's Fetch Event handler for navigation requests will be changed. Current: mode: "no-cors" credentials: "same-origin" redirect: "follow" (available since in M46) From M47: mode: "same-origin" credentials: "include" redirect: "manual"
Docs: https://developer.mozilla.org/en-US/docs/Web/API/Request/Request