Fix #4692, #4856 - stick with auto for scheme in db, change it to $scheme when rendering

This commit is contained in:
Jamie Curnow
2025-11-11 14:46:25 +10:00
parent 4bd545c88e
commit 8aeb2fa661
3 changed files with 56 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ const RedirectionHostModal = EasyModal.create(({ id, visible, remove }: Props) =
required
{...field}
>
<option value="$scheme">Auto</option>
<option value="auto">Auto</option>
<option value="http">http</option>
<option value="https">https</option>
</select>