Skip to content

Commit

Permalink
Bug fix: regex mode not respecting continue
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed Jul 29, 2024
1 parent 15457e4 commit 1c0877d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions purlfy.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ class Purlfy extends EventTarget {
logFunc("Invalid URL:", newUrl);
break;
}
shallContinue = rule.continue ?? true;
break;
}
case "redirect": { // Redirect mode
Expand Down

0 comments on commit 1c0877d

Please sign in to comment.