Browse Source

Update frameModule.js

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
cd52352995
  1. 2
      platform/firefox/frameModule.js

2
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') ) {

Loading…
Cancel
Save