mirror of
https://github.com/moudsen/mailGraph
synced 2025-01-30 11:51:38 +01:00
Merge branch 'main' of github.com:moudsen/mailGraph
This commit is contained in:
commit
fa7fba040a
@ -7,7 +7,7 @@ try {
|
||||
result = { tags: {} };
|
||||
|
||||
// Set HTTP proxy if required
|
||||
if (typeof params.HTTPProxy === 'string' && params.HTTPProxy.trim() !== '') {
|
||||
if (typeof params.HTTPProxy === 'string' && params.HTTPProxy.trim() !== '') {
|
||||
req.setProxy(params.HTTPProxy);
|
||||
fields.HTTPProxy = params.HTTPProxy;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user