1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

fix long latent issue exposed by acf7562b0f

This commit is contained in:
gorhill 2017-05-19 21:07:37 -04:00
parent f9aa5b5c21
commit da5f1c80d3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1075,7 +1075,7 @@ FilterHostnameDict.prototype.match = function() {
hostname = hostname.slice(pos + 1);
}
this.h = hostname;
return this;
return true;
};
FilterHostnameDict.prototype.logData = function() {