Re: [w3c/ServiceWorker] Match Service Worker Registration should assert same-origin? (#1118)

I think the serialized URLs include the scheme, host, and port as well as the path. So, it won't match to any cross-origin URLs. But reviewing the algorithm, I found we compare the serialized client URL to [URL records](https://url.spec.whatwg.org/#concept-url). I'll fix this after double-checking it.

-- 
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/1118#issuecomment-296595553

Received on Monday, 24 April 2017 09:37:45 UTC