From b8a650ebdd05fd855b50e4bd1ff6e2afb6ec8f10 Mon Sep 17 00:00:00 2001 From: Karl Ludwig Weise Date: Mon, 16 Mar 2026 09:18:04 +0100 Subject: [PATCH] Added checkOrigin to svelte config --- svelte.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/svelte.config.js b/svelte.config.js index eb83f29..258012b 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -7,6 +7,7 @@ const config = { // Consult https://svelte.dev/docs/kit/integrations // for more information about preprocessors preprocess: vitePreprocess(), + checkOrigin: true, kit: { // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.