i got two servers (prod.example.com and img.example.com)
so on "prod" i process images from "img" using canvas
in FF and Chrome all is Ok
but in Safari i got this SECURITY_ERR: DOM Exception 18: An attempt was made to break through the security policy of the user agent.
all images from "img" has Access-Control-Allow-Origin:*
in headers
so where is padla?