diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fa28da5..38087a7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -63,7 +63,7 @@ } }, "security": { - "csp": "default-src 'self'; img-src 'self'; img-src https://* asset: https://asset.localhost" + "csp": "default-src 'self' https://asset.localhost; img-src 'self'; img-src https://* asset: https://asset.localhost" }, "updater": { "active": false