We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fc610 commit f897589Copy full SHA for f897589
netlify.toml
@@ -13,8 +13,8 @@
13
Cross-Origin-Embedder-Policy = "require-corp"
14
Permissions-Policy = "cross-origin-isolated=(*)"
15
16
-# [[headers]]
17
-# for = "/worker.mjs"
18
-# [headers.values]
19
-# Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-eval'"
20
-
+[[headers]]
+ for = "/worker.mjs"
+ [headers.values]
+ Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-eval'"
+ Cross-Origin-Embedder-Policy = "require-corp"
0 commit comments