Re: [fetch] Consider allow Service Worker to pass-through the original referrer (#89)

Ah I'm wrong in the previous comment. Looks like 
```javascript
onfetch = function(e) { e.respondWith(fetch(e.request)) }
```
should just pass through the original referrer (based on https://w3c.github.io/webappsec/specs/referrer-policy/#determine-requests-referrer), unless the referrer policy is set to something that disallows that. 

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/89#issuecomment-125064808

Received on Monday, 27 July 2015 02:25:50 UTC