xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

Potentially misleading CORS warning #131

Closed wherget closed 8 years ago

wherget commented 9 years ago

XML3D (soon-to-be) 5 warns You are using an cross-origin image as texture. This might cause troubles cause the canvas is 'tainted'. even when the response to the image request contains appropriate CORS headers. I realize the message says "might", but the check doesn't seem to take into account the possibility that CORS headers could be configured correctly. It'd be more appropriate to only complain in absence of appropriate headers.