mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 01:32:03 +03:00
11a1529d6a
* 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
6 lines
134 B
Markdown
6 lines
134 B
Markdown
---
|
|
"tauri": patch:enhance
|
|
---
|
|
|
|
Include CORS header on custom protocol response errors to ensure frontend can read the error message.
|