mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
fix regression re. badfilter option
This commit is contained in:
parent
da71918112
commit
ca32a693df
@ -2240,8 +2240,7 @@ FilterContainer.prototype.removeBadFilters = function() {
|
||||
hash, token, fdata, bucket, entry,
|
||||
i = lines.length;
|
||||
while ( i-- ) {
|
||||
fieldIter.first(lines[i]);
|
||||
hash = importMapKey(fieldIter.next());
|
||||
hash = importMapKey(fieldIter.first(lines[i]));
|
||||
bucket = this.categories.get(hash);
|
||||
if ( bucket === undefined ) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user