[mv3] Minor

This commit is contained in:
Raymond Hill 2025-04-21 13:21:08 -04:00
parent d3f39c97d1
commit b5642ba602
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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);
}