fix(http): manually set origin header to tauri://localhost (#3210)

This commit is contained in:
Fabian-Lars
2026-01-14 20:26:17 +01:00
committed by GitHub
parent d7a0bb325d
commit b1dbee2c55
2 changed files with 14 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
---
http: patch
http-js: patch
---
Fixed an issue that caused the Origin header to always be `null` on macOS, iOS and Linux.