Refactor ProxyWarden routing and settings flow

This commit is contained in:
2026-07-09 11:51:16 +03:00
parent db0c1dede9
commit 1bb795a532
18 changed files with 1018 additions and 210 deletions

View File

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