зеркало из https://github.com/mozilla/gecko-dev.git
Bug 802274 - Set the autostart pref when launching Firefox with the -private command line option; shoulder-r=jdm
This commit is contained in:
Родитель
79c587378f
Коммит
0e5afd7a1f
|
@ -466,6 +466,7 @@ PrivateBrowsingService.prototype = {
|
|||
if (this._autoStarted)
|
||||
aSubject.handleFlag("private", false);
|
||||
|
||||
Services.prefs.setBoolPref("browser.privatebrowsing.autostart", true);
|
||||
this.privateBrowsingEnabled = true;
|
||||
this._autoStarted = true;
|
||||
this._lastChangedByCommandLine = true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче