From dda21701c5e3804cff58f70c529f2f37a193ec2d Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Wed, 31 Aug 2022 13:45:58 -0700 Subject: [PATCH] Pass proxyUrl to LegacyCDS --- ts/textsecure/WebAPI.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/textsecure/WebAPI.ts b/ts/textsecure/WebAPI.ts index ee37a91b90..ed9dde0ac6 100644 --- a/ts/textsecure/WebAPI.ts +++ b/ts/textsecure/WebAPI.ts @@ -1129,6 +1129,7 @@ export function initialize({ path: `${URL_CALLS.attestation}/${directoryEnclaveId}`, user: auth.username, password: auth.password, + proxyUrl, responseType: 'jsonwithdetails', data, timeout: 30000, @@ -1156,6 +1157,7 @@ export function initialize({ path: `${URL_CALLS.discovery}/${directoryEnclaveId}`, user: auth.username, password: auth.password, + proxyUrl, responseType: 'json', timeout: 30000, data: JSON.stringify(data),