[desktop] UI: Restrict CSP to 127.0.0.1:817

This commit is contained in:
Alexandr Stelnykovych
2025-05-16 19:10:17 +03:00
parent 5bc1e779b2
commit 7407545b6e

View File

@@ -44,7 +44,7 @@
"withGlobalTauri": true, "withGlobalTauri": true,
"enableGTKAppId": false, "enableGTKAppId": false,
"security": { "security": {
"csp": null "csp": "default-src 'self'; connect-src http://127.0.0.1:817 ws://127.0.0.1:817;"
} }
}, },
"bundle": { "bundle": {