From 36238ee7cc7f350d49748e7beccc4389a0a176b6 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 15 Oct 2014 21:06:09 +0900 Subject: Update w3mconfig to disable SSLv3 in /etc/w3m/config --- debian/w3mconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3