Enable "checkOrigin" for Astro
This commit is contained in:
parent
9d3cc8badb
commit
a234d4a934
1 changed files with 4 additions and 1 deletions
|
@ -5,5 +5,8 @@ export default defineConfig({
|
||||||
output: "server",
|
output: "server",
|
||||||
adapter: node({
|
adapter: node({
|
||||||
mode: "standalone"
|
mode: "standalone"
|
||||||
})
|
}),
|
||||||
|
security: {
|
||||||
|
checkOrigin: true,
|
||||||
|
}
|
||||||
})
|
})
|
Loading…
Reference in a new issue