Skip to content

Commit

Permalink
docs: typo in astro csrf protection codeblock (#1725)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasituf authored Oct 29, 2024
1 parent e0914d3 commit 86da6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sessions/cookies/astro.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CSRF protection is a must when using cookies. From Astro v5.0, basic CSRF protec
export default defineConfig({
output: "server",
security: {
checkOrigin: false
checkOrigin: true
}
});
```
Expand Down

0 comments on commit 86da6b9

Please sign in to comment.