From 0e1837f0f24540a0f4c333291cbd39effec1c352 Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 3 Oct 2025 00:18:00 -0400 Subject: [PATCH] fix: csp for bundled svgs in build --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f481176..71f464f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -19,7 +19,7 @@ } ], "security": { - "csp": "default-src 'self' ipc: http://ipc.localhost; img-src 'self' asset: http://asset.localhost; style-src 'self' 'unsafe-inline'", + "csp": "default-src 'self' ipc: http://ipc.localhost; img-src 'self' asset: http://asset.localhost data:; style-src 'self' 'unsafe-inline'", "assetProtocol": { "enable": true, "scope": ["**"]