tauri/.changes/migrate-csp.md
Lucas Fernandes Nogueira fbeb5b9185
refactor(core): use webview's URI schemes for IPC (#7170)
Co-authored-by: chip <chip@chip.sh>
2023-08-10 10:12:38 -03:00

7 lines
220 B
Markdown

---
"tauri-cli": patch:enhance
"@tauri-apps/cli": patch:enhance
---
Update migrate command to update the configuration CSP to include `ipc:` on the `connect-src` directive, needed by the new IPC using custom protocols.