Fix forward_scheme validation in Redirection Host

Should solve error `data/forward_scheme must be equal to one of the allowed values` when configuring a Redirection Host with scheme set to `auto`. #4074
This commit is contained in:
Nephiel 2024-10-16 19:04:50 +00:00 committed by GitHub
parent fe2d8895d6
commit d96a3987c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@
},
"forward_scheme": {
"type": "string",
"enum": ["http", "https"]
"enum": ["auto", "http", "https"]
},
"forward_domain_name": {
"description": "Domain Name",