diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-21 03:03:04 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-02-21 03:03:04 +0000 |
commit | 03f301e2196d3af6b062494c0cc6c9eb0e0af8b1 (patch) | |
tree | 60d987dc9586b42eef0a39c5256fe99435f931eb /doc | |
parent | Merge pull request #168 from bptato/inlineimages (diff) | |
download | w3m-03f301e2196d3af6b062494c0cc6c9eb0e0af8b1.tar.gz w3m-03f301e2196d3af6b062494c0cc6c9eb0e0af8b1.zip |
Add eNULL to ssl_cipher when -insecure
Diffstat (limited to 'doc')
-rw-r--r-- | doc/w3m.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ Corresponds to dns_order=6 in configuration files .TP \fB\-insecure\fP use insecure SSL config options, -alias for \f(CW-o ssl_cipher=ALL:@SECLEVEL=0 -o ssl_min_version=all +alias for \f(CW-o ssl_cipher=ALL:eNULL:@SECLEVEL=0 -o ssl_min_version=all -o ssl_forbid_method= -o ssl_verify_server=0\fP .SS Text pager options .TP |