Skip to content

Commit fa404e9

Browse files
committed
fix: connect-src permissions
1 parent ba051f4 commit fa404e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"security": {
2929
"csp": {
3030
"default-src": "'self' asset:",
31-
"connect-src": "ipc: http://ipc.localhost",
31+
"connect-src": "tauri: http://localhost:8023 ipc: http://ipc.localhost",
3232
"img-src": "'self' asset: http://asset.localhost blob: data:"
3333
},
3434
"assetProtocol": {

0 commit comments

Comments
 (0)