Commit 7b2f117
fix: CSP — add Tauri IPC protocol to connect-src
The strict CSP from the security audit was blocking Tauri's invoke()
IPC mechanism. Added ipc: and ipc.localhost origins to connect-src,
and 'unsafe-eval' to script-src for Next.js dev mode compatibility.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c54881d commit 7b2f117
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments