Commit 23921826 authored by henry's avatar henry
Browse files

fixup! Lox integration

Bug 42489: Change the Lox Authority URL.
parent b459399f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -897,7 +897,7 @@ class LoxImpl {

  async #makeRequest(procedure, args) {
    // TODO: Customize to for Lox
    const serviceUrl = "https://rdsys-frontend-01.torproject.org/lox";
    const serviceUrl = "https://lox.torproject.org";
    const url = `${serviceUrl}/${procedure}`;

    if (lazy.TorConnect.state === lazy.TorConnectState.Bootstrapped) {