Bug 1490015: Allow tab previews to direct load data uris. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D6996

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dave Townsend 2018-09-26 21:09:49 +00:00
Родитель 58c4192a77
Коммит 5dc008d932
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -582,7 +582,7 @@ TabWindow.prototype = {
},
directRequestProtocols: new Set([
"file", "chrome", "resource", "about",
"file", "chrome", "resource", "about", "data",
]),
onLinkIconAvailable(aBrowser, aIconURL) {
let tab = this.win.gBrowser.getTabForBrowser(aBrowser);