Working file support
This commit is contained in:
parent
9983220f89
commit
20dc11ef06
4 changed files with 18 additions and 3 deletions
|
|
@ -16,7 +16,14 @@
|
|||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": null
|
||||
"csp": "default-src 'self' ipc: http://ipc.localhost; img-src 'self' asset: http://asset.localhost",
|
||||
"assetProtocol": {
|
||||
"enable": true,
|
||||
"scope": [
|
||||
"$HOME/**"
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue