fix(desktop): content security policy config preventing app launch (#4365)
fix(desktop): content security policy config preventing desktop app launch
This commit is contained in:
parent
bfe3b3a9c3
commit
7ab1a0a6e3
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
"targets": "all"
|
||||
},
|
||||
"security": {
|
||||
"csp": "none"
|
||||
"csp": null
|
||||
},
|
||||
"updater": {
|
||||
"active": false
|
||||
|
|
|
|||
Loading…
Reference in a new issue