Skip to content

Commit 7cf4e85

Browse files
committed
Update tauri.conf.json
1 parent 6c452cb commit 7cf4e85

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
@@ -11,7 +11,7 @@
1111
"app": {
1212
"withGlobalTauri": true,
1313
"security": {
14-
"csp": "default-src 'self' 'unsafe-inline' http://localhost:* https://*; img-src 'self' data: https:; style-src 'self' 'unsafe-inline'; connect-src 'self' http://127.0.0.1:* http://localhost:* https://* http://*",
14+
"csp": "default-src 'self' 'unsafe-inline' 'wasm-unsafe-eval' http://localhost:* https://*; img-src 'self' data: https:; style-src 'self' 'unsafe-inline'; connect-src 'self' http://127.0.0.1:* http://localhost:* https://* http://*",
1515
"capabilities": [
1616
{
1717
"identifier": "fetch",

0 commit comments

Comments
 (0)