diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 707ea3a..65612f7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -12,7 +12,10 @@ }, "tauri": { "allowlist": { - "all": true + "all": true, + "fs": { + "scope": ["$APPLOCALDATA/*"] + } }, "bundle": { "active": true, @@ -48,7 +51,7 @@ } }, "security": { - "csp": null + "csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost" }, "updater": { "active": false