mirror of https://github.com/gorhill/uBlock.git
this addresses non-UI part of #682
This commit is contained in:
parent
a9e9ea454f
commit
085e600078
|
@ -275,6 +275,12 @@ Matrix.prototype.evaluateCellZY = function(srcHostname, desHostname, type) {
|
||||||
if ( this.r !== 0 ) { return this; }
|
if ( this.r !== 0 ) { return this; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://github.com/gorhill/uBlock/issues/682
|
||||||
|
// Any destination, any type
|
||||||
|
this.type = '*';
|
||||||
|
this.r = this.evaluateCellZ(srcHostname, '*', '*');
|
||||||
|
if ( this.r !== 0 ) { return this; }
|
||||||
|
|
||||||
this.type = '';
|
this.type = '';
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue