Skip to content
Snippets Groups Projects
Commit b624dec0 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 40933: Add tor-launcher functionality

Bug 42510: Do not call SETCONF when we do not own the tor daemon.
parent 759d827a
1 merge request!980Bug 42512: Rebased alpha onto Firefox 115.10.0esr
......@@ -226,6 +226,7 @@ export class TorProvider {
throw e;
}
if (this.ownsTorDaemon) {
try {
await lazy.TorSettings.initializedPromise;
await this.writeSettings(lazy.TorSettings.getSettings());
......@@ -237,6 +238,7 @@ export class TorProvider {
this.uninit();
throw e;
}
}
TorLauncherUtil.setProxyConfiguration(this.#socksSettings);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment