1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 18:10:39 +12:00

Update frameModule.js

This commit is contained in:
Deathamns 2015-01-26 20:38:22 +01:00 committed by gorhill
parent 92838e16d3
commit cd52352995

View file

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