Do you support CORS for uploaded files when accessed via CDN?

Yes, we support CORS. The following headers are added to all responses from our CDN:

Access-Control-Allow-Methods: HEAD, GET, OPTIONS
Access-Control-Allow-Origin: *

Also, check out this article if you’re using Internet Explorer: IE10 and Cross-origin resource sharing (CORS) issues with Image / Canvas - Stackoverflow