Re: [w3c/ServiceWorker] can service worker scope include `username:password@` URL credentials? (#1520)

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