Add TLSv1.3

This commit is contained in:
quthla
2018-10-20 13:29:25 +02:00
committed by GitHub
parent 611bec6849
commit 090bdaaea8

View File

@@ -40,7 +40,8 @@ return array(
'option_options' => array(
'TLSv1' => 'TLSv1',
'TLSv1.1' => 'TLSv1.1',
'TLSv1.2' => 'TLSv1.2'
'TLSv1.2' => 'TLSv1.2',
'TLSv1.3' => 'TLSv1.3'
),
'save_method' => 'storeSettingField'
),