Skip to content

Commit

Permalink
3.0b4.rev18
Browse files Browse the repository at this point in the history
* I think removing the ` | Ci.nsIAboutModule.URI_CAN_LOAD_IN_CHILD` flag
is fixing all my e10s issues
  • Loading branch information
Noitidart committed Mar 17, 2016
1 parent 2dc84ad commit 13e8688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 13e8688

Please sign in to comment.