-
Notifications
You must be signed in to change notification settings - Fork 345
Closed
Description
I believe the if condition in line 207 is negated:
HeaderEditor/src/share/core/rule-utils.ts
Lines 207 to 209 in b9193be
| if (!reg.test(url)) { | |
| return IS_MATCH.MATCH_BUT_EXCLUDE; | |
| } |
You would want to test if the exclusion regex matches the URL when returning IS_MATCH.MATCH_BUT_EXCLUDE.
Metadata
Metadata
Assignees
Labels
No labels