- From: aliams <notifications@github.com>
- Date: Mon, 22 Aug 2016 14:45:35 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 22 August 2016 21:46:02 UTC
Is there a reason why we want to automatically disallow opaque responses? It appears that `put()` does not disallow this, and consequently, you are able to use `fetch()` then `put()` to overcome this limitation of `add()`. In any case, this should probably be allowed due to the rationale given under [6.4. Cross-Origin Resources and CORS](https://slightlyoff.github.io/ServiceWorker/spec/service_worker_1/#cross-origin-resources) which states that we allow "Caches to fetch and cache off-origin items." -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/commit/e2a6d18647b97707c7a571163eef7838f82ca611#commitcomment-18733449
Received on Monday, 22 August 2016 21:46:02 UTC