[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #27351 [Applications/Tor Browser]: Reloading TB's Tor instance disables network
#27351: Reloading TB's Tor instance disables network
--------------------------------------+--------------------------
Reporter: traumschule | Owner: tbb-team
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------------------+--------------------------
Comment (by traumschule):
looked into the future, opened two files and thinking about #25713 now
{{{
src/chrome/content/network-settings.js:93:const kTorConfKeyDisableNetwork
= "DisableNetwork";
src/chrome/content/network-settings.js:1851:
settings[kTorConfKeyDisableNetwork] = false;
src/chrome/content/network-settings.js:1890: const kErrorPrefix =
"Setting DisableNetwork=1 failed: ";
src/chrome/content/network-settings.js:1894: settings["DisableNetwork"]
= true;
src/components/tl-process.js:319: TorStartAndControlTor:
function(aForceDisableNetwork)
src/components/tl-process.js:328: this._startTor(aForceDisableNetwork);
src/components/tl-process.js:331: this._controlTor(isRunningTor,
aForceDisableNetwork);
src/components/tl-process.js:360: _startTor:
function(aForceDisableNetwork)
src/components/tl-process.js:490: if (aForceDisableNetwork ||
TorLauncherUtil.shouldShowNetworkSettings ||
src/components/tl-process.js:493: args.push("DisableNetwork");
src/components/tl-process.js:697: settings["DisableNetwork"] = false;
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/27351#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs