From 9fe259755d5f97590fe2ddd0b4d6f4fcea32f6ec Mon Sep 17 00:00:00 2001 From: saiminh Date: Fri, 16 Jan 2026 17:57:48 +1300 Subject: [PATCH] try checkOrigin:false? maybe brevo --- src/app.html | 3 --- svelte.config.js | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app.html b/src/app.html index 02f852f..75b264a 100644 --- a/src/app.html +++ b/src/app.html @@ -5,9 +5,6 @@ - - - %sveltekit.head% diff --git a/svelte.config.js b/svelte.config.js index ad800d2..2e593bc 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -16,9 +16,9 @@ const config = { ], kit: { - // adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list. - // 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. + csrf: { + checkOrigin: false // temporary for testing; use trusted origins in prod + }, adapter: adapter({ // Output directory for the built server out: 'build',