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

I updated the glitch to have a service worker with the foo:bar@ credentials and also one without any credentials.  Loading the page:

https://foo:bar@service-worker-url-credentials.glitch.me

Yields these results:

chrome:  controlled by uncredentialed service worker
safari: controlled by uncredentialed service worker
firefox: controlled by credentialed service worker (must look in devtools to see this)

So there is some interop difference here.

-- 
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-652602538

Received on Wednesday, 1 July 2020 19:23:46 UTC