Open
Description
Many foreign origin CDN's don't set CORS headers when serving their assets (images, style sheets, fonts) which leads to our program not being able to read the asset's contents. For situations like that it seems that the only workaround is falling back onto a simple proxy that will fetch the asset and serve it with friendly CORS headers.
The proxy only needs to be really simple, I haven't thought of exact requirements but this gist looks like a good resource to start with.