mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix regression re. badfilter option
This commit is contained in:
parent
da71918112
commit
ca32a693df
1 changed files with 1 additions and 2 deletions
|
|
@ -2240,8 +2240,7 @@ FilterContainer.prototype.removeBadFilters = function() {
|
||||||
hash, token, fdata, bucket, entry,
|
hash, token, fdata, bucket, entry,
|
||||||
i = lines.length;
|
i = lines.length;
|
||||||
while ( i-- ) {
|
while ( i-- ) {
|
||||||
fieldIter.first(lines[i]);
|
hash = importMapKey(fieldIter.first(lines[i]));
|
||||||
hash = importMapKey(fieldIter.next());
|
|
||||||
bucket = this.categories.get(hash);
|
bucket = this.categories.get(hash);
|
||||||
if ( bucket === undefined ) {
|
if ( bucket === undefined ) {
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue