mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
only initialise proxy if flow url is static
This commit is contained in:
parent
aa2a585e00
commit
d820686e5a
@ -114,7 +114,7 @@ in your Node-RED user directory (${RED.settings.userDir}).
|
|||||||
}
|
}
|
||||||
return getProxyForUrl(url, proxyOptions)
|
return getProxyForUrl(url, proxyOptions)
|
||||||
}
|
}
|
||||||
let prox = getProxy(nodeUrl || '')
|
let prox = nodeUrl ? getProxy(nodeUrl) : null
|
||||||
|
|
||||||
let timingLog = false;
|
let timingLog = false;
|
||||||
if (RED.settings.hasOwnProperty("httpRequestTimingLog")) {
|
if (RED.settings.hasOwnProperty("httpRequestTimingLog")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user