diff --git a/apps/web/svelte.config.js b/apps/web/svelte.config.js index 97bf987..2bbd211 100644 --- a/apps/web/svelte.config.js +++ b/apps/web/svelte.config.js @@ -13,7 +13,8 @@ const config = { // See https://svelte.dev/docs/kit/adapters for more information about adapters. adapter: adapter(), csrf: { - checkOrigin: false + checkOrigin: false, + trustedOrigins: ['*'] } } };