mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
fix: 🔒 Remove unnecessary crossorigin attributes
This commit is contained in:
parent
cafe272429
commit
e29ed01e52
10 changed files with 14 additions and 15 deletions
|
|
@ -22,7 +22,7 @@ export default defineNuxtConfig({
|
|||
"img-src": ["'self'", "data:", "https:"],
|
||||
"script-src": ["'nonce-{{nonce}}'", "'strict-dynamic'"],
|
||||
},
|
||||
crossOriginResourcePolicy: "cross-origin",
|
||||
crossOriginResourcePolicy: "same-origin",
|
||||
xFrameOptions: "DENY",
|
||||
},
|
||||
rateLimiter: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue