From 13e8924f280b03f1aad7eaf82fb4245f28de322c Mon Sep 17 00:00:00 2001 From: borja Date: Mon, 13 Oct 2025 19:19:52 +0200 Subject: [PATCH] =?UTF-8?q?a=C3=B1ado=20el=20crfs=20nuevo=20a=20ver=20si?= =?UTF-8?q?=20rula?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/svelte.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: ['*'] } } };