mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix regex pattern for intercepted error codes in plugin.json
This commit is contained in:
parent
8b600d1891
commit
782ae973c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue