fix: 🔒 Make COEP cross-origin

This commit is contained in:
Jesse Wierzbinski 2024-05-12 17:29:21 -10:00
parent f90a43909b
commit 14a37d3585
No known key found for this signature in database

View file

@ -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 // Add https because of some browsers blocking form-action to 'self' if the page is from a redirect
"form-action": ["'self'", "https:"], "form-action": ["'self'", "https:"],
}, },
crossOriginResourcePolicy: "same-origin", crossOriginResourcePolicy: "cross-origin",
xFrameOptions: "DENY", xFrameOptions: "DENY",
}, },
rateLimiter: { rateLimiter: {