You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/backend/metadata.display.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ spec:
58
58
name: header_name
59
59
title: Header Name
60
60
regexValidation: ^[!#$%&'*+.^_\\`|~0-9A-Za-z-]+$
61
-
validation: Must be a valid HTTP header name consisting of letters, digits, and these special characters: !# $ % & ' * + . ^ _ \ | ~ -`. No spaces or other special characters allowed
61
+
validation: Must be a valid HTTP header name consisting of letters, digits, and these special characters: !, #, $, %, &, ', *, +, ., ^, _, \, |, ~, -, `. No spaces or other special characters allowed
0 commit comments