Files
llink/js/desktop
Arjun Patel e3bd3b7aa6 add proper deeplinking on desktop
The desktop app was merely focusing before, but now it will navigate to the proper route
2026-06-08 17:26:28 -07:00
..
2026-05-26 15:37:35 -07:00
2026-06-08 17:26:28 -07:00
2026-05-26 15:37:35 -07:00
2026-05-26 15:41:54 -07:00
2026-05-26 15:37:35 -07:00
2026-06-08 15:23:28 -07:00
2026-05-26 15:37:35 -07:00

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 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.