Update regex pattern for custom header in plugin.json to accept more characters

This commit is contained in:
Théophile Diot 2024-01-26 12:09:11 +01:00
parent 549f442c1c
commit 7ec4fcde18
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -11,7 +11,7 @@
"help": "Custom header to add (HeaderName: HeaderValue).",
"id": "custom-header",
"label": "Custom header (HeaderName: HeaderValue)",
"regex": "^([\\w\\-]+: [^,]+)?$",
"regex": "^([\\w\\-]+: .+)?$",
"type": "text",
"multiple": "custom-headers"
},