We should see if process.env is actually needed once the renderer is fully sandboxed. Currently we overwrite the process.env with properties from the user environment, but not when sandbox is enabled:
|
if (!sandbox) { |
|
Object.assign(safeProcess.env, configuration.userEnv); |
|
} |