Open vietjtnguyen opened 6 years ago
Hi, oops, thanks for the report!
I temporarily added the Allow-Control-Allow-Origin: *
header to the server config (thank you for the hint), it seems to work now. Will fix this properly once the traffic calms down (don't want to break things too much now).
Here's a console dump from Firefox Quantum 57.0.3 (64-bit) on macOS 10.12.6 (16G1036):
In particular:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://static.magnum.graphics/showcase/textured-triangle/magnum-textured-triangle.wasm. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Similar thing in Chrome 63.0.3239.84 (Official Build) (64-bit):
Relevant part:
Failed to load http://static.magnum.graphics/showcase/textured-triangle/magnum-textured-triangle.wasm: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Using the "Allow-Control-Allow-Origin: *" Chrome Extension resolves this on Chrome.