Revert per-domain CAA settings

This commit is contained in:
Marc-André Kolly
2019-07-28 19:49:56 +02:00
parent 240178eba7
commit be0470aec1
4 changed files with 0 additions and 40 deletions

View File

@@ -128,16 +128,6 @@ return array(
$result['letsencrypt']
)
),
'caa' => array(
'visible' => $ssl_ipsandports != '' ? true : false,
'style' => 'align-top',
'label' => $lng['customer']['caa']['title'],
'desc' => $lng['customer']['caa']['description'],
'type' => 'textarea',
'value' => $result['caa'],
'cols' => 60,
'rows' => 5
),
'hsts_maxage' => array(
'label' => $lng['admin']['domain_hsts_maxage']['title'],
'desc' => $lng['admin']['domain_hsts_maxage']['description'],