mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 21:19:47 +00:00
Allow opening external links in an external browser
This commit is contained in:
parent
2efd08dbbc
commit
ec4b9e146b
@ -22,6 +22,13 @@
|
|||||||
"args": true
|
"args": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"http" : {
|
||||||
|
"all": true,
|
||||||
|
"request": true,
|
||||||
|
"scope": [
|
||||||
|
"http://localhost"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"windows": [
|
"windows": [
|
||||||
@ -33,6 +40,16 @@
|
|||||||
"height": 1080
|
"height": 1080
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"security": {
|
||||||
|
"csp": null,
|
||||||
|
"dangerousRemoteDomainIpcAccess": [
|
||||||
|
{
|
||||||
|
"domain": "localhost",
|
||||||
|
"windows": ["main"],
|
||||||
|
"enableTauriAPI": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": "all",
|
"targets": "all",
|
||||||
|
Loading…
Reference in New Issue
Block a user