We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e0011 commit 362dc38Copy full SHA for 362dc38
1 file changed
svelte.config.js
@@ -7,10 +7,8 @@ const config = {
7
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
8
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
9
adapter: adapter(),
10
- // YIKES!
11
csrf: {
12
- // TODO: Figure this out
13
- checkOrigin: false
+ trustedOrigins: []
14
}
15
16
};
0 commit comments