mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 13:45:52 +00:00
feat: restrict access to system process env vars (#3226)
This commit is contained in:
@@ -201,7 +201,6 @@ const add = async (win, pathname, collectionUid, collectionPath) => {
|
||||
const payload = {
|
||||
collectionUid,
|
||||
processEnvVariables: {
|
||||
...process.env,
|
||||
...jsonData
|
||||
}
|
||||
};
|
||||
@@ -331,7 +330,6 @@ const change = async (win, pathname, collectionUid, collectionPath) => {
|
||||
const payload = {
|
||||
collectionUid,
|
||||
processEnvVariables: {
|
||||
...process.env,
|
||||
...jsonData
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user