Refactor ProxyWarden routing and settings flow
This commit is contained in:
@@ -13,16 +13,16 @@
|
||||
"windows": [
|
||||
{
|
||||
"title": "ProxyWarden",
|
||||
"width": 820,
|
||||
"width": 920,
|
||||
"height": 760,
|
||||
"minWidth": 820,
|
||||
"maxWidth": 820,
|
||||
"minWidth": 760,
|
||||
"maxWidth": 1200,
|
||||
"minHeight": 560,
|
||||
"resizable": true
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": null
|
||||
"csp": "default-src 'self'; connect-src 'self' ipc: http://ipc.localhost; img-src 'self' asset: http://asset.localhost data:; style-src 'self' 'unsafe-inline'; font-src 'self' data:; script-src 'self'"
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
|
||||
Reference in New Issue
Block a user