diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2014-10-15 12:06:09 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2014-10-15 12:06:09 +0000 |
commit | 36238ee7cc7f350d49748e7beccc4389a0a176b6 (patch) | |
tree | 516fa99b68d3ee54b09b03b0b4037aad5bac6dba /debian | |
parent | Update Standards-Version to 3.9.6 (diff) | |
download | w3m-36238ee7cc7f350d49748e7beccc4389a0a176b6.tar.gz w3m-36238ee7cc7f350d49748e7beccc4389a0a176b6.zip |
Update w3mconfig to disable SSLv3 in /etc/w3m/config
Diffstat (limited to 'debian')
-rw-r--r-- | debian/w3mconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/w3mconfig b/debian/w3mconfig index 67f1fb8..3256fdb 100644 --- a/debian/w3mconfig +++ b/debian/w3mconfig @@ -9,7 +9,7 @@ ssl_ca_path /etc/ssl/certs ssl_key_file ssl_cert_file ssl_verify_server 1 -ssl_forbid_method 2 +ssl_forbid_method 2, 3 no_cache 0 noproxy_netaddr 0 no_proxy |