Skip to content

Commit 5aed749

Browse files
committed
added csp
1 parent fb92192 commit 5aed749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767
],
6868
"security": {
69-
"csp": null
69+
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
7070
}
7171
}
7272
}

0 commit comments

Comments
 (0)