Allow opening external links in an external browser

This commit is contained in:
Thorsten Sommer 2024-09-07 16:14:59 +02:00
parent 2efd08dbbc
commit ec4b9e146b
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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",