Added IPC allowlist for localhost

This commit is contained in:
Thorsten Sommer 2024-05-13 18:22:13 +02:00
parent 99df9c7643
commit 1ad63e18b9
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -45,7 +45,14 @@
], ],
"security": { "security": {
"csp": null, "csp": null,
"dangerousUseHttpScheme": true "dangerousUseHttpScheme": true,
"dangerousRemoteDomainIpcAccess": [
{
"domain": "localhost",
"windows": ["main"],
"enableTauriAPI": true
}
]
}, },
"bundle": { "bundle": {
"active": true, "active": true,