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

Filing a bug as recommended at https://github.com/slightlyoff/ServiceWorker/issues/404#issuecomment-89755099

Some SW users want to "pass-through" the original referrer, e.g., the following code wouldn't override the referrer of the original request: 
``onfetch = function(e) { e.respondWith(fetch(e.request)) }``

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

Received on Thursday, 23 July 2015 01:02:24 UTC