Re: [ServiceWorker] What's the interaction with referrer policy (#404)

@annevk the requests for fetching a service worker initiated from Soft Update algorithm don't involve an environment settings object (i.e. request's client would be null or empty object?). AFAIK, Fetch uses request's client not only to set the request's referrer but also to refer to its TLS state, global object and to locate the responsible event loop, etc. Do have any idea how to deal with those requests initiated from within user agent's internal context?

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/404#issuecomment-72806964

Received on Wednesday, 4 February 2015 08:11:55 UTC