Fix regex pattern for intercepted error codes in plugin.json

This commit is contained in:
Théophile Diot 2024-10-01 15:27:45 +02:00
parent 8b600d1891
commit 782ae973c7
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -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"
}
}