From 13e8688a2cd7c075c48024e98b1eeb9f5e48c3d0 Mon Sep 17 00:00:00 2001 From: Noitidart Date: Wed, 16 Mar 2016 18:03:13 -0700 Subject: [PATCH] 3.0b4.rev18 * I think removing the ` | Ci.nsIAboutModule.URI_CAN_LOAD_IN_CHILD` flag is fixing all my e10s issues --- bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.js b/bootstrap.js index a17ed8d..7c99204 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -77,7 +77,7 @@ function initAndRegisterAboutProfilist() { QueryInterface: XPCOMUtils.generateQI([Ci.nsIAboutModule]), getURIFlags: function(aURI) { - return Ci.nsIAboutModule.ALLOW_SCRIPT | Ci.nsIAboutModule.URI_CAN_LOAD_IN_CHILD; + return Ci.nsIAboutModule.ALLOW_SCRIPT; }, newChannel: function(aURI, aSecurity_or_aLoadInfo) {