Add TLSv1.3
This commit is contained in:
@@ -40,7 +40,8 @@ return array(
|
|||||||
'option_options' => array(
|
'option_options' => array(
|
||||||
'TLSv1' => 'TLSv1',
|
'TLSv1' => 'TLSv1',
|
||||||
'TLSv1.1' => 'TLSv1.1',
|
'TLSv1.1' => 'TLSv1.1',
|
||||||
'TLSv1.2' => 'TLSv1.2'
|
'TLSv1.2' => 'TLSv1.2',
|
||||||
|
'TLSv1.3' => 'TLSv1.3'
|
||||||
),
|
),
|
||||||
'save_method' => 'storeSettingField'
|
'save_method' => 'storeSettingField'
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user