mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
parent
e46705db00
commit
34d2a4ea2a
1 changed files with 1 additions and 1 deletions
|
|
@ -1464,7 +1464,7 @@ const getSupportData = async function() {
|
|||
addedListset = undefined;
|
||||
} else if ( Object.keys(addedListset).length > 15 ) {
|
||||
const added = Object.keys(addedListset);
|
||||
const truncated = added.slice(20);
|
||||
const truncated = added.slice(15);
|
||||
for ( const key of truncated ) {
|
||||
delete addedListset[key];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue