Former-commit-id: b6c631d0d1c25f80363ed1afd16dff7972a2673a
@@ -149,7 +149,7 @@ singlefile.extension.core.bg.config = (() => {
}
function sortRules(ruleLeft, ruleRight) {
- ruleRight.url.length - ruleLeft.url.length;
+ return ruleRight.url.length - ruleLeft.url.length;
function testRegExpRule(rule) {