Skip to content

Commit adbdc87

Browse files
author
neurodynamic
committed
adds self to end of csp
Should resolve this issue: tauri-apps/tauri#1793
1 parent 9031b62 commit adbdc87

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
@@ -61,7 +61,7 @@
6161
}
6262
],
6363
"security": {
64-
"csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
64+
"csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline' 'self'"
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)