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
+4-4Lines changed: 4 additions & 4 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.
81
81
include_named_cookies:
82
82
name: include_named_cookies
83
83
title: Include Named Cookies
@@ -98,12 +98,12 @@ spec:
98
98
name: custom_request_headers
99
99
title: Custom Request Headers
100
100
regexValidation: ^[!#$%&'*+.^_\\`|~0-9A-Za-z-]+$
101
-
validation: Must be a valid HTTP header name consisting of letters, digits, and these special characters: ! # $ % & ' * + . ^ _ \ | ~ -`. No spaces or other special characters allowed
101
+
validation: Must be a valid HTTP header name consisting of letters, digits, and special characters
102
102
custom_response_headers:
103
103
name: custom_response_headers
104
104
title: Custom Response Headers
105
105
regexValidation: ^[!#$%&'*+.^_\\`|~0-9A-Za-z-]+$
106
-
validation: Must be a valid HTTP header name consisting of letters, digits, and these special characters: ! # $ % & ' * + . ^ _ \ | ~ -`. No spaces or other special characters allowed
106
+
validation: Must be a valid HTTP header name consisting of letters, digits, and special characters
0 commit comments