Security headers
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m3s

This commit is contained in:
2026-01-30 13:57:41 -07:00
parent f70ce24bcb
commit 7c24cf61d5

View File

@@ -25,6 +25,13 @@ export default defineConfig({
}), }),
], ],
security: {
csp: {
algorithm: "SHA-512",
},
checkOrigin: true,
},
adapter: node({ adapter: node({
mode: "standalone", mode: "standalone",
}), }),