1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

confirmed working with all Firefox flavors

This commit is contained in:
gorhill 2015-10-19 16:07:09 -04:00
parent dd420304db
commit 3f0457a5c4

View File

@ -86,7 +86,7 @@ vAPI.insertHTML = (function() {
html, html,
parser.SanitizerAllowStyle, parser.SanitizerAllowStyle,
false, false,
Services.io.newURI('about:blank'/*document.baseURI*/, null, null), Services.io.newURI('about:blank', null, null),
document.documentElement document.documentElement
)); ));
}; };