@samitouri / QOSami-HFS / commits / e35831c1

ux: inform user about force_https

Massimo Melina committed May 15, 2024 at 16:25 UTC e35831c164a8cced29474291df13270a67ea7aea
1 file changed +1 -1
admin/src/OptionsPage.ts
+1 -1
@@ -114,7 +114,7 @@ export default function OptionsPage() {
114 },
115
116 httpsEnabled && { k: 'force_https', comp: BoolField, label: "Force HTTPS", sm: 4, disabled: !httpsEnabled || values.port < 0,
117 - helperText: "Not applied to localhost"
117 + helperText: "Not applied to localhost. Doesn't work with proxies."
118 },
119
120 { k: 'listen_interface', comp: SelectField, sm: 4, options: [{ label: "any", value: '' }, '127.0.0.1', '::1', ...status?.ips||[]] },