зеркало из https://github.com/mozilla/pjs.git
Bug 744743 - [Page Thumbnails] Don't capture thumbnails in private browsing mode; r=dao
This commit is contained in:
Родитель
8298648668
Коммит
0a09f3ba37
|
@ -98,6 +98,9 @@ let gBrowserThumbnails = {
|
|||
},
|
||||
|
||||
_shouldCapture: function Thumbnails_shouldCapture(aBrowser) {
|
||||
if (gPrivateBrowsingUI.privateBrowsingEnabled)
|
||||
return false;
|
||||
|
||||
let doc = aBrowser.contentDocument;
|
||||
|
||||
// FIXME Bug 720575 - Don't capture thumbnails for SVG or XML documents as
|
||||
|
|
Загрузка…
Ссылка в новой задаче