mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[gnutls] connection.ssl.https_by_default also for gnutls
This commit is contained in:
parent
23c71d7d76
commit
397353a4dc
@ -248,6 +248,10 @@ static union option_info gnutls_options[] = {
|
|||||||
N_("Verify the peer's SSL certificate. If you enable "
|
N_("Verify the peer's SSL certificate. If you enable "
|
||||||
"this, set also \"Trusted CA file\".")),
|
"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
|
/* The default value of the following option points to a file
|
||||||
* generated by the ca-certificates Debian package. Don't use
|
* generated by the ca-certificates Debian package. Don't use
|
||||||
* CONFDIR here: if someone installs ELinks in $HOME and wants
|
* CONFDIR here: if someone installs ELinks in $HOME and wants
|
||||||
|
Loading…
Reference in New Issue
Block a user