Skip to content

Commit bd433e6

Browse files
committed
fix: allow files from supabase storage in csp
1 parent 88b85cd commit bd433e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/desktop/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"security": {
3737
"csp": {
3838
"default-src": "'self' asset:",
39-
"connect-src": "ipc: http://ipc.localhost https://api.glzr.io",
39+
"connect-src": "ipc: http://ipc.localhost https://api.glzr.io https://*.supabase.co",
4040
"img-src": "data: blob: *",
4141
"style-src": "'self' 'unsafe-inline'"
4242
},

0 commit comments

Comments
 (0)