añado el crfs nuevo a ver si rula

webui
borja 2 weeks ago
parent 5590386d7e
commit 13e8924f28

@ -13,7 +13,8 @@ const config = {
// See https://svelte.dev/docs/kit/adapters for more information about adapters. // See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter(), adapter: adapter(),
csrf: { csrf: {
checkOrigin: false checkOrigin: false,
trustedOrigins: ['*']
} }
} }
}; };

Loading…
Cancel
Save