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
+2-2Lines changed: 2 additions & 2 deletions
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 special characters.
62
62
cache_key_policy:
63
63
name: cache_key_policy
64
64
title: Cache Key Policy
@@ -77,7 +77,7 @@ spec:
77
77
name: include_http_headers
78
78
title: Include Http Headers
79
79
regexValidation: ^[!#$%&'*+.^_\\`|~0-9A-Za-z-]+$
80
-
validation: Must be a valid HTTP header name consisting of letters, digits, and these special characters: ! # $ % & ' * + . ^ _ \ | ~ -`. No spaces or other special characters allowed
80
+
validation: Must be a valid HTTP header name consisting of letters, digits, and special characters.
0 commit comments