diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9e772bc..534403f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -18,7 +18,7 @@ } ], "security": { - "csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost tauri: http://localhost:*", + "csp": "default-src 'self'; img-src 'self' asset: http://asset.localhost tauri: http://localhost:* data:", "assetProtocol": { "enable": true, "scope": ["**"]