CORS on Image Files

While Access-Control-Allow-Origin is set on API requests, it is not set on the CDN/image requests. Any chance CORS support could be added to loading the image URLs?

I’m pulling cat images onto a canvas element to do some manipulation to the content. That is fine without CORS. When going to get the ImageData from the context however, the browser errors because the image does not have CORS in the headers.

Otherwise, thanks so much for the fun pet APIs!
Kevin

Great question, it should be set on the bucket. however I’ll investigate and get back to you.