diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 692fff4f..9bb02118 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Thorsten Sommer"] tauri-build = { version = "1.5", features = [] } [dependencies] -tauri = { version = "1.7.1", features = [ "updater", "http-all", "shell-sidecar", "path-all", "shell-open"] } +tauri = { version = "1.7.1", features = [ "updater", "shell-sidecar", "shell-open"] } tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 9f5bed7a..bda141b5 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -2,7 +2,7 @@ "build": { "devPath": "ui/", "distDir": "ui/", - "withGlobalTauri": true + "withGlobalTauri": false }, "package": { "productName": "MindWork AI Studio", @@ -22,16 +22,6 @@ "args": true } ] - }, - "path": { - "all": true - }, - "http" : { - "all": true, - "request": true, - "scope": [ - "http://localhost" - ] } }, "windows": [ @@ -43,16 +33,6 @@ "height": 1080 } ], - "security": { - "csp": null, - "dangerousRemoteDomainIpcAccess": [ - { - "domain": "localhost", - "windows": ["main"], - "enableTauriAPI": true - } - ] - }, "bundle": { "active": true, "targets": "all",