Add TLC_QUIC hostnaming pref. (#8258) (#8260)

This commit is contained in:
Nicolò Maio 2024-03-06 11:33:50 +01:00 committed by GitHub
parent 1f1d6f0393
commit de78637f4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 53 additions and 26 deletions

View file

@ -403,6 +403,14 @@ if auth.has_capability(auth.capabilities.preferences) then
default = "0"
})
print('<thead class="table-primary"><tr><th colspan=2 class="info">TLS / QUIC</th></tr></thead>')
prefsToggleButton(subpage_active, {
field = "toggle_tls_quic_hostnaming",
pref = "tls_quic_hostnaming",
default = "0"
})
print(
'<tr><th colspan=2 style="text-align:right;"><button type="submit" class="btn btn-primary" style="width:115px" disabled="disabled">' ..
i18n("save") .. '</button></th></tr>')