mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Minor
This commit is contained in:
parent
d3f39c97d1
commit
b5642ba602
1 changed files with 1 additions and 0 deletions
|
|
@ -359,6 +359,7 @@ async function updateStrictBlockRules(currentRules, addRules, removeRuleIds) {
|
|||
if ( validRules.length === 0 ) { return; }
|
||||
ubolLog(`Add ${validRules.length} DNR strictblock rules`);
|
||||
for ( const rule of validRules ) {
|
||||
rule.priority = STRICTBLOCK_PRIORITY;
|
||||
addRules.push(rule);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue