docs typo (#248)

This commit was merged in pull request #248.
This commit is contained in:
Arjun Patel
2026-06-09 09:12:03 -07:00
committed by GitHub
parent c1f5b6c8c1
commit 1aceab582c
+1 -1
View File
@@ -1,5 +1,5 @@
# Notes
## CORS for desktop app
In dev: each renderer process has it's own localhost port. The renderer process passes this in the `Origin` header for requests, and expects appropriate ACAO headers in the response.
In dev: each renderer process has its own localhost port. The renderer process passes this in the `Origin` header for requests, and expects appropriate ACAO headers in the response.
In packaged app: the renderer process does not include `Origin` header, so expects no extra ACAO headers from the server, otherwise the client would fail to accept responses.