Add CORS to sdk file

This commit is contained in:
Surma
2019-02-25 11:32:18 +00:00
parent 9008d1c380
commit 9b879609f3

View File

@@ -9,6 +9,10 @@
/serviceworker.js
Cache-Control: no-cache
# Module imports need CORS, so we enable it for the SDK file.
/squoosh.mjs
Access-Control-Allow-Origin: *
/manifest.json
Cache-Control: must-revalidate, max-age=3600