Skip to content

Commit 452a6c0

Browse files
chore: disable csrf protection
1 parent 66cbddf commit 452a6c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

svelte.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ const config = {
66
preprocess: vitePreprocess(),
77

88
kit: {
9+
csrf: {
10+
checkOrigin: false
11+
},
912
adapter: adapter({
1013
usage: 'deno-compile',
1114
out: 'dist/build'

0 commit comments

Comments
 (0)