Skip to content

Commit d5447b9

Browse files
committed
Push release
1 parent 09676a7 commit d5447b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/fluster/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"default-src": "'self' ipc: http://ipc.localhost",
2727
"style-src": "'self' 'unsafe-inline'",
2828
"img-src": "'self' asset: http://asset.localhost",
29-
"script-src": "'self' 'unsafe-inline' 'unsafe-eval'",
29+
"script-src": "'self' 'unsafe-inline' 'unsafe-eval' *",
3030
"frame-src": "*"
3131
},
3232
"assetProtocol": {

0 commit comments

Comments
 (0)