refactor: remove security dangerousRemoteDomainIpcAccess config

This commit is contained in:
jeasonnow
2023-06-08 10:38:28 +08:00
parent 4bc12a7bf3
commit 8e2737ee98
2 changed files with 7 additions and 12 deletions

View File

@@ -5,16 +5,7 @@
},
"tauri": {
"security": {
"csp": null,
"dangerousRemoteDomainIpcAccess": [
{
"domain": "weread.qq.com",
"windows": [
"pake"
],
"enableTauriAPI": true
}
]
"csp": null
},
"updater": {
"active": false