Bug 874042 Private windows should not opt out of the private browsing session r=IanN
This commit is contained in:
Родитель
68ca5d3e29
Коммит
64b7c70e99
|
@ -468,7 +468,7 @@ function Startup()
|
|||
.QueryInterface(Components.interfaces.nsILoadContext);
|
||||
if (lc.usePrivateBrowsing) {
|
||||
gPrivate = window;
|
||||
document.documentElement.setAttribute("windowtype", "navigator:private");
|
||||
document.documentElement.removeAttribute("windowtype");
|
||||
var titlemodifier = document.documentElement.getAttribute("titlemodifier");
|
||||
if (titlemodifier)
|
||||
titlemodifier += " ";
|
||||
|
|
Загрузка…
Ссылка в новой задаче