fix
This commit is contained in:
parent
067b3764d2
commit
3f519fbc72
|
|
@ -28,8 +28,17 @@
|
|||
"csp": "default-src 'self'; img-src 'self' asset: data: http://asset.localhost; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; connect-src 'self' ipc: http://ipc.localhost",
|
||||
"assetProtocol": {
|
||||
"enable": true,
|
||||
"scope": ["$HOME/**", "$DESKTOP/**", "$DOCUMENT/**"]
|
||||
}
|
||||
"scope": [
|
||||
"$HOME/**",
|
||||
"$DESKTOP/**",
|
||||
"$DOCUMENT/**",
|
||||
"$DOWNLOAD/**",
|
||||
"C:\\**",
|
||||
"/Users/**",
|
||||
"/home/**"
|
||||
]
|
||||
},
|
||||
"freezePrototype": true
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue