Re: [ServiceWorker] "no-cors" CSS SOP violation (#719)

@igrigorik 

> if you hide CSS fetches from SW, how am I supposed to offline my app with background images and fonts?

CSS fetches would only be hidden from SW if the CSS is no-cors cross-origin. You'd be able to get them back with `<link rel="stylesheet" href="…" crossorigin>`, provided CORS headers.

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

Received on Monday, 13 July 2015 16:11:59 UTC