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 09676a7 commit d5447b9Copy full SHA for d5447b9
apps/fluster/src-tauri/tauri.conf.json
@@ -26,7 +26,7 @@
26
"default-src": "'self' ipc: http://ipc.localhost",
27
"style-src": "'self' 'unsafe-inline'",
28
"img-src": "'self' asset: http://asset.localhost",
29
- "script-src": "'self' 'unsafe-inline' 'unsafe-eval'",
+ "script-src": "'self' 'unsafe-inline' 'unsafe-eval' *",
30
"frame-src": "*"
31
},
32
"assetProtocol": {
0 commit comments