1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[gnutls] connection.ssl.https_by_default also for gnutls

This commit is contained in:
Witold Filipczyk 2020-07-04 13:35:29 +02:00
parent 23c71d7d76
commit 397353a4dc

View File

@ -248,6 +248,10 @@ static union option_info gnutls_options[] = {
N_("Verify the peer's SSL certificate. If you enable "
"this, set also \"Trusted CA file\".")),
INIT_OPT_BOOL("connection.ssl", N_("Use HTTPS by default"),
"https_by_default", 0, 0,
N_("Use HTTPS when a URL scheme is not provided.")),
/* The default value of the following option points to a file
* generated by the ca-certificates Debian package. Don't use
* CONFDIR here: if someone installs ELinks in $HOME and wants