Skip to content

Commit 2584d0a

Browse files
committed
Update csp... again
1 parent ec60186 commit 2584d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/fluster/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"security": {
2222
"csp": {
2323
"default-src": "*",
24-
"connect-src": "ipc: http://ipc.localhost",
24+
"connect-src": "'self' http: https: ws: wss: ipc: http://ipc.localhost",
2525
"style-src": "'self' 'unsafe-inline'",
2626
"img-src": "*",
2727
"script-src": "'self' 'unsafe-inline' 'unsafe-eval' *",

0 commit comments

Comments
 (0)