diff --git a/src/common/core/headers/plugin.json b/src/common/core/headers/plugin.json index 8da20a712..7299600ba 100644 --- a/src/common/core/headers/plugin.json +++ b/src/common/core/headers/plugin.json @@ -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" },