Skip to content

Commit

Permalink
Fix CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Mar 2, 2023
1 parent 97309ec commit fa240ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
},
"security": {
"csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
"csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'; script-src 'unsafe-eval'"
},
"updater": {
"active": true,
Expand Down

0 comments on commit fa240ee

Please sign in to comment.