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

sorry

So basically, there are three scenarios where the referrer policy and service workers will get in contact:

1) the service worker itself is loaded: which referrer policy should be used for that? (and which referrer...)

2) A controlled page requests a resource using a certain referrer policy: Here the service worker should have a way to figure out which referrer policy was set by the page

3) The service worker itself loads a resource: Here, the service worker should have a way to define the referrer policy to use.

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

Received on Thursday, 29 January 2015 16:43:56 UTC