Skip to content

Commit

Permalink
disabled csrf
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed Dec 5, 2023
1 parent 85f5272 commit 79855ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ const config = {
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter(),
csrf: {
checkOrigin: false
}
}
};

Expand Down

0 comments on commit 79855ea

Please sign in to comment.