mirror of https://github.com/laurent22/joplin.git
parent
e40d733176
commit
eb7083d788
|
@ -493,7 +493,7 @@ function shimInit(options = null) {
|
||||||
};
|
};
|
||||||
|
|
||||||
const resolvedProxyUrl = resolveProxyUrl(proxySettings.proxyUrl);
|
const resolvedProxyUrl = resolveProxyUrl(proxySettings.proxyUrl);
|
||||||
requestOptions.agent = (resolvedProxyUrl && proxySettings.proxyEnabled) ? shim.proxyAgent(url, resolvedProxyUrl) : null;
|
requestOptions.agent = (resolvedProxyUrl && proxySettings.proxyEnabled) ? shim.proxyAgent(url.href, resolvedProxyUrl) : null;
|
||||||
|
|
||||||
const doFetchOperation = async () => {
|
const doFetchOperation = async () => {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
|
Loading…
Reference in New Issue