Update scripts/build-jitsi.js
This commit is contained in:
parent
7f4f9b2cf1
commit
44bf49d414
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const fname = path.join("webapp", "jitsi_external_api.min.js");
|
||||||
|
|
||||||
const options = {};
|
const options = {};
|
||||||
if (process.env.HTTPS_PROXY) {
|
if (process.env.HTTPS_PROXY) {
|
||||||
options.agent = new ProxyAgent(process.env.HTTPS_PROXY, { tunnel : true } );
|
options.agent = new ProxyAgent(process.env.HTTPS_PROXY, {tunnel: true});
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch("https://jitsi.riot.im/libs/external_api.min.js", options).then(res => {
|
fetch("https://jitsi.riot.im/libs/external_api.min.js", options).then(res => {
|
||||||
|
|
Loading…
Reference in a new issue