diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 2405c15e..d7c8e805 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -22,6 +22,13 @@ "args": true } ] + }, + "http" : { + "all": true, + "request": true, + "scope": [ + "http://localhost" + ] } }, "windows": [ @@ -33,6 +40,16 @@ "height": 1080 } ], + "security": { + "csp": null, + "dangerousRemoteDomainIpcAccess": [ + { + "domain": "localhost", + "windows": ["main"], + "enableTauriAPI": false + } + ] + }, "bundle": { "active": true, "targets": "all",