Working file support

This commit is contained in:
Adrian Osterwind 2024-11-15 11:51:48 +01:00
parent 9983220f89
commit 20dc11ef06
4 changed files with 18 additions and 3 deletions

View file

@ -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": {