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
+6-10Lines changed: 6 additions & 10 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 contain letters (a–z, A–Z), numbers (0–9), and the special characters [! # $ % & ' * + . ^ _ ` | ~ -].
62
62
cache_key_policy:
63
63
name: cache_key_policy
64
64
title: Cache Key Policy
@@ -67,17 +67,17 @@ spec:
67
67
name: query_string_blacklist
68
68
title: Query String Blacklist
69
69
regexValidation: ^[a-zA-Z0-9_-]+$
70
-
validation: Must be a valid query string parameter name.
70
+
validation: Must only contain letters (a–z, A–Z), numbers (0–9), underscores (_), or hyphens (-)
71
71
query_string_whitelist:
72
72
name: query_string_whitelist
73
73
title: Query String Whitelist
74
74
regexValidation: ^[a-zA-Z0-9_-]+$
75
-
validation: Must be a valid query string parameter name.
75
+
validation: Must only contain letters (a–z, A–Z), numbers (0–9), underscores (_), or hyphens (-)
76
76
include_http_headers:
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 contain letters (a–z, A–Z), numbers (0–9), and the 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 contain letters (a–z, A–Z), numbers (0–9), and the 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 contain letters (a–z, A–Z), numbers (0–9), and the special characters [! # $ % & ' * + . ^ _ ` | ~ -]
0 commit comments