mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 11:22:38 +01:00
this fixes #846
This commit is contained in:
parent
ac85a7c979
commit
da63253145
@ -1016,7 +1016,7 @@ FilterHostnameDict.prototype.matchesExactly = function(hn) {
|
||||
return false;
|
||||
}
|
||||
if ( typeof bucket === 'object' ) {
|
||||
return bucket.hasOwnProperty(hn) !== undefined;
|
||||
return bucket.hasOwnProperty(hn);
|
||||
}
|
||||
if ( bucket.charAt(0) === ' ' ) {
|
||||
return bucket.indexOf(' ' + hn + ' ') !== -1;
|
||||
|
Loading…
Reference in New Issue
Block a user