Skip to content

Commit e873647

Browse files
committed
fix: tauri localhost for windows
1 parent 8856108 commit e873647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src-tauri/tauri.conf.json

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

0 commit comments

Comments
 (0)