From cd52352995c0b04e016972253fbe5d5ba98d3db2 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Mon, 26 Jan 2015 20:38:22 +0100 Subject: [PATCH] Update frameModule.js --- platform/firefox/frameModule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index d949b5d..a360d71 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -115,7 +115,7 @@ const contentObserver = { // https://bugzil.la/612921 shouldLoad: function(type, location, origin, context) { if ( !context ) { - return; + return this.ACCEPT; } if ( !location.schemeIs('http') && !location.schemeIs('https') ) {