We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec60186 commit 2584d0aCopy full SHA for 2584d0a
apps/fluster/src-tauri/tauri.conf.json
@@ -21,7 +21,7 @@
21
"security": {
22
"csp": {
23
"default-src": "*",
24
- "connect-src": "ipc: http://ipc.localhost",
+ "connect-src": "'self' http: https: ws: wss: ipc: http://ipc.localhost",
25
"style-src": "'self' 'unsafe-inline'",
26
"img-src": "*",
27
"script-src": "'self' 'unsafe-inline' 'unsafe-eval' *",
0 commit comments