Loading browser/base/content/browser-thumbnails.js +4 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,10 @@ let gBrowserThumbnails = { let channel = aBrowser.docShell.currentDocumentChannel; // No valid document channel. We shouldn't take a screenshot. if (!channel) return false; // Don't take screenshots of internally redirecting about: pages. // This includes error pages. if (channel.originalURI.schemeIs("about")) Loading Loading
browser/base/content/browser-thumbnails.js +4 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,10 @@ let gBrowserThumbnails = { let channel = aBrowser.docShell.currentDocumentChannel; // No valid document channel. We shouldn't take a screenshot. if (!channel) return false; // Don't take screenshots of internally redirecting about: pages. // This includes error pages. if (channel.originalURI.schemeIs("about")) Loading