Skip to content

Commit

Permalink
Pass proxyUrl to LegacyCDS
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed Aug 31, 2022
1 parent dd12c4c commit dda2170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ts/textsecure/WebAPI.ts
Expand Up @@ -1129,6 +1129,7 @@ export function initialize({
path: `${URL_CALLS.attestation}/${directoryEnclaveId}`,
user: auth.username,
password: auth.password,
proxyUrl,
responseType: 'jsonwithdetails',
data,
timeout: 30000,
Expand Down Expand Up @@ -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),
Expand Down

0 comments on commit dda2170

Please sign in to comment.