Skip to content

Commit 14a37d3

Browse files
committed
fix: 🔒 Make COEP cross-origin
1 parent f90a439 commit 14a37d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineNuxtConfig({
3939
// Add https because of some browsers blocking form-action to 'self' if the page is from a redirect
4040
"form-action": ["'self'", "https:"],
4141
},
42-
crossOriginResourcePolicy: "same-origin",
42+
crossOriginResourcePolicy: "cross-origin",
4343
xFrameOptions: "DENY",
4444
},
4545
rateLimiter: {

0 commit comments

Comments
 (0)