diff --git a/svelte.config.js b/svelte.config.js index f8be1c2..f1e7e9f 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -12,6 +12,13 @@ const config = { // 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. adapter: adapter() + // Nonce value is not being templated correctly remove from electron and add here when fixed + // csp: { + // mode: 'auto', + // directives: { + // 'script-src': ['self'] + // } + // } } }; export default config;