mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix long latent issue exposed by acf7562b0f
This commit is contained in:
parent
f9aa5b5c21
commit
da5f1c80d3
1 changed files with 1 additions and 1 deletions
|
|
@ -1075,7 +1075,7 @@ FilterHostnameDict.prototype.match = function() {
|
|||
hostname = hostname.slice(pos + 1);
|
||||
}
|
||||
this.h = hostname;
|
||||
return this;
|
||||
return true;
|
||||
};
|
||||
|
||||
FilterHostnameDict.prototype.logData = function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue