From 70f85185b8afd80ea1eb03a5182e31a98310af6c Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Mon, 11 Mar 2024 11:08:03 -0500 Subject: [PATCH] Update svelte.config.js --- svelte.config.js | 7 +++++++ 1 file changed, 7 insertions(+) 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;