mirror of
https://github.com/Kong/insomnia.git
synced 2026-06-15 11:30:07 -04:00
In the renderer process with nodeIntegration disabled, process.env is not available. The preload script now explicitly whitelists the env vars the renderer needs and exposes them as window.env via contextBridge. constants.ts reads from window.env in the renderer and falls back to process.env for the inso CLI and main process.