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 ba051f4 commit fa404e9Copy full SHA for fa404e9
src-tauri/tauri.conf.json
@@ -28,7 +28,7 @@
28
"security": {
29
"csp": {
30
"default-src": "'self' asset:",
31
- "connect-src": "ipc: http://ipc.localhost",
+ "connect-src": "tauri: http://localhost:8023 ipc: http://ipc.localhost",
32
"img-src": "'self' asset: http://asset.localhost blob: data:"
33
},
34
"assetProtocol": {
0 commit comments