Bug 1449294 - Capture thumbnails with tracking protection always enabled. r=adw

MozReview-Commit-ID: Lt389lmJASW

--HG--
extra : rebase_source : f0af8f94e3b1897d929841d192f5a52307d1f4e0
This commit is contained in:
Ed Lee 2018-03-27 12:19:44 -07:00
Родитель fcc0405926
Коммит 5f43fddf38
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -46,6 +46,7 @@ const backgroundPageThumbsContent = {
Ci.nsIWebNavigation.LOAD_FLAGS_BYPASS_HISTORY;
docShell.defaultLoadFlags = defaultFlags;
docShell.sandboxFlags |= SANDBOXED_AUXILIARY_NAVIGATION;
docShell.useTrackingProtection = true;
addMessageListener("BackgroundPageThumbs:capture",
this._onCapture.bind(this));