fix(tauri):调整csp设置。
This commit is contained in:
parent
496e577f8f
commit
55d499e118
@ -55,7 +55,8 @@
|
|||||||
"targets": "all"
|
"targets": "all"
|
||||||
},
|
},
|
||||||
"security": {
|
"security": {
|
||||||
"csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost"
|
"devCsp": "default-src 'self'; img-src 'self' asset: https://asset.localhost",
|
||||||
|
"csp": null
|
||||||
},
|
},
|
||||||
"updater": {
|
"updater": {
|
||||||
"active": false
|
"active": false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user