diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 1595fd7..18c9e81 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -45,7 +45,14 @@ ], "security": { "csp": null, - "dangerousUseHttpScheme": true + "dangerousUseHttpScheme": true, + "dangerousRemoteDomainIpcAccess": [ + { + "domain": "localhost", + "windows": ["main"], + "enableTauriAPI": true + } + ] }, "bundle": { "active": true,