There was an error while loading. Please reload this page.
1 parent 26e299e commit f924d19Copy full SHA for f924d19
1 file changed
server/api/lib/challanged-file.js
@@ -17,7 +17,7 @@ const launchStealthBrowser = async () => {
17
'--disable-blink-features=AutomationControlled',
18
'--window-size=1920,1080',
19
]
20
- const proxy = process.env.HTTPS_PROXY || process.env.HTTP_PROXY;
+ const proxy = process.env.HTTPS_PROXY || process.env.https_proxy || process.env.HTTP_PROXY || process.env.http_proxy;
21
if (proxy) {
22
args.push(`--proxy-server=${proxy}`);
23
}
0 commit comments