Skip to content

Commit

Permalink
add csp worker-src
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindrir committed Dec 18, 2024
1 parent 68b4209 commit 5151077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"enable": true
},
"csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost; connect-src 'self' https://sentry.nb.no ipc: http://ipc.localhost"
"csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost; connect-src 'self' https://sentry.nb.no ipc: http://ipc.localhost; worker-src 'self' blob: http://tauri.localhost"
},
"windows": [
{
Expand Down

0 comments on commit 5151077

Please sign in to comment.