tauri/.changes/fix-protocol-response.md
Lucas Fernandes Nogueira 11a1529d6a
feat(core): set CORS headers on protocol errors (#8419)
* feat(core): set CORS headers on protocol errors

This ensures the frontend can read the error message instead of just showing a CORS error

* fix statuscode
2023-12-18 20:54:40 -03:00

6 lines
134 B
Markdown

---
"tauri": patch:enhance
---
Include CORS header on custom protocol response errors to ensure frontend can read the error message.