From 3f0457a5c4bf5bccaa36053a2b45f445c7167d7a Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 19 Oct 2015 16:07:09 -0400 Subject: [PATCH] confirmed working with all Firefox flavors --- platform/firefox/vapi-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/vapi-common.js b/platform/firefox/vapi-common.js index a2e513797..374890a66 100644 --- a/platform/firefox/vapi-common.js +++ b/platform/firefox/vapi-common.js @@ -86,7 +86,7 @@ vAPI.insertHTML = (function() { html, parser.SanitizerAllowStyle, false, - Services.io.newURI('about:blank'/*document.baseURI*/, null, null), + Services.io.newURI('about:blank', null, null), document.documentElement )); };