mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix: 🔒 Make COEP cross-origin
This commit is contained in:
parent
f90a43909b
commit
14a37d3585
|
|
@ -39,7 +39,7 @@ export default defineNuxtConfig({
|
|||
// Add https because of some browsers blocking form-action to 'self' if the page is from a redirect
|
||||
"form-action": ["'self'", "https:"],
|
||||
},
|
||||
crossOriginResourcePolicy: "same-origin",
|
||||
crossOriginResourcePolicy: "cross-origin",
|
||||
xFrameOptions: "DENY",
|
||||
},
|
||||
rateLimiter: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue