Security headers
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m3s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m3s
This commit is contained in:
@@ -25,6 +25,13 @@ export default defineConfig({
|
||||
}),
|
||||
],
|
||||
|
||||
security: {
|
||||
csp: {
|
||||
algorithm: "SHA-512",
|
||||
},
|
||||
checkOrigin: true,
|
||||
},
|
||||
|
||||
adapter: node({
|
||||
mode: "standalone",
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user