mirror of
https://github.com/readest/readest.git
synced 2026-04-30 20:41:02 +00:00
Build production on macOS
This commit is contained in:
parent
b38cfd70ba
commit
39421f6902
3 changed files with 46 additions and 44 deletions
|
|
@ -22,7 +22,12 @@
|
|||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": "default-src 'self' ipc: http://ipc.localhost; img-src 'self' data: asset: http://asset.localhost",
|
||||
"csp": {
|
||||
"default-src": "'self' 'unsafe-inline' blob: customprotocol: asset: http://asset.localhost ipc: http://ipc.localhost",
|
||||
"img-src": "'self' blob: data: asset: http://asset.localhost",
|
||||
"style-src": "'self' 'unsafe-inline' blob: asset: http://asset.localhost",
|
||||
"frame-src": "'self' blob: asset: http://asset.localhost"
|
||||
},
|
||||
"assetProtocol": {
|
||||
"enable": true,
|
||||
"scope": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue