Verified Commit c4e8cd0f authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Bug 10760: Integrate TorButton to TorBrowser core

The hashpassword parameter has been removed.
parent d457b6f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ var torbutton_init;
    } else {
      try {
        // Try to get password from Tor Launcher.
        m_tb_control_pass = TorProtocolService.torGetPassword(false);
        m_tb_control_pass = TorProtocolService.torGetPassword();
      } catch (e) {}
    }