Skip to content

Commit

Permalink
Fix regex pattern for intercepted error codes in plugin.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Oct 1, 2024
1 parent 8b600d1 commit 782ae97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/core/errors/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"help": "List of HTTP error code intercepted by BunkerWeb",
"id": "intercepted-error-codes",
"label": "Intercepted error codes",
"regex": "^( *([1-5]\\d{2})(?!.*\\2) *)+$",
"regex": "^( *([1-5]\\d{2})(?!.*\\2) *)*$",
"type": "text"
}
}
Expand Down

0 comments on commit 782ae97

Please sign in to comment.