Re: [w3c/ServiceWorker] reserved Client objects and redirected navigations (#1031)

Another reason to create a new Client when following a redirect across origins:

In general `Caches.matchAll()` and `Caches.get()` are same-origin.  You can't see cross-origin Client objects.  I don't think we should ever allow a single Client ID to be exposed under different origins.  Creating a new Client and associated ID is the best way to achieve this.

-- 
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/1031#issuecomment-268075380

Received on Monday, 19 December 2016 20:54:41 UTC