mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
relay: disable SSLv3 by default
The new default value for option relay.network.ssl_priorities is now "NORMAL:-VERS-SSL3.0".
This commit is contained in:
@@ -773,7 +773,7 @@ relay_config_init ()
|
||||
"documentation of function gnutls_priority_init in gnutls "
|
||||
"manual, common strings are: \"PERFORMANCE\", \"NORMAL\", "
|
||||
"\"SECURE128\", \"SECURE256\", \"EXPORT\", \"NONE\")"),
|
||||
NULL, 0, 0, "PERFORMANCE", NULL, 0,
|
||||
NULL, 0, 0, "NORMAL:-VERS-SSL3.0", NULL, 0,
|
||||
&relay_config_check_network_ssl_priorities, NULL,
|
||||
&relay_config_change_network_ssl_priorities, NULL, NULL, NULL);
|
||||
relay_config_network_websocket_allowed_origins = weechat_config_new_option (
|
||||
|
||||
Reference in New Issue
Block a user