We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c452cb commit 7cf4e85Copy full SHA for 7cf4e85
src-tauri/tauri.conf.json
@@ -11,7 +11,7 @@
11
"app": {
12
"withGlobalTauri": true,
13
"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://*",
+ "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://*",
15
"capabilities": [
16
{
17
"identifier": "fetch",
0 commit comments