mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 20:29:07 +00:00
Added IPC allowlist for localhost
This commit is contained in:
parent
99df9c7643
commit
1ad63e18b9
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user