Closed cburgmer closed 11 years ago
Adding CORS support (http://www.html5rocks.com/en/tutorials/cors/).
This allows browsers to directly load images from the server via a XMLHttpRequest.
Disabled by default. Can be turned on by setting
server: useCors: true
The two headers do the following
Thanks!
Adding CORS support (http://www.html5rocks.com/en/tutorials/cors/).
This allows browsers to directly load images from the server via a XMLHttpRequest.
Disabled by default. Can be turned on by setting
The two headers do the following