- From: Ben Kelly <notifications@github.com>
- Date: Wed, 01 Jul 2020 10:48:58 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 1 July 2020 17:49:10 UTC
I made a glitch: https://service-worker-url-credentials.glitch.me It seems all 3 browsers do include credentials in the scope string. If you navigate to the scope string: https://foo:bar@service-worker-url-credentials.glitch.me All 3 browsers show you the URL bar without the credentials. Chrome and safari result in navigator.serviceWorker.controller being null. Firefox results in navigator.serviceWorker.controller being populated, but it also throws a weird error when trying to stringify the controller from the content js. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/1520#issuecomment-652560393
Received on Wednesday, 1 July 2020 17:49:10 UTC