Skip to content

Commit 58c09ff

Browse files
committed
Adding COOP+COEP headers to dev
1 parent 33c0c3b commit 58c09ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

serve.json

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
{
77
"key": "Cache-Control",
88
"value": "no-cache"
9+
},
10+
{
11+
"key": "Cross-Origin-Embedder-Policy",
12+
"value": "require-corp"
13+
},
14+
{
15+
"key": "Cross-Origin-Opener-Policy",
16+
"value": "same-origin"
917
}
1018
]
1119
}

0 commit comments

Comments
 (0)