diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 471d311..b0f7be4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -28,9 +28,7 @@ "csp": "default-src 'self'; img-src 'self' asset: data: http://asset.localhost; media-src 'self' asset: http://asset.localhost; video-src 'self' asset: http://asset.localhost; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; connect-src 'self' ipc: http://ipc.localhost", "assetProtocol": { "enable": true, - "scope": [ - "**" - ] + "scope": [] }, "freezePrototype": true }