summaryrefslogtreecommitdiff
path: root/platform/web/serve.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform/web/serve.json')
-rw-r--r--platform/web/serve.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/platform/web/serve.json b/platform/web/serve.json
new file mode 100644
index 0000000000..f2ef24751f
--- /dev/null
+++ b/platform/web/serve.json
@@ -0,0 +1,21 @@
+{
+ "public": "../../bin",
+ "headers": [{
+ "source": "**/*",
+ "headers": [
+ {
+ "key": "Cross-Origin-Embedder-Policy",
+ "value": "require-corp"
+ }, {
+ "key": "Cross-Origin-Opener-Policy",
+ "value": "same-origin"
+ }, {
+ "key": "Access-Control-Allow-Origin",
+ "value": "*"
+ }, {
+ "key": "Cache-Control",
+ "value": "no-store, max-age=0"
+ }
+ ]
+ }]
+}