Revert per-domain CAA settings
This commit is contained in:
@@ -214,16 +214,6 @@ return array(
|
|||||||
),
|
),
|
||||||
'value' => array()
|
'value' => array()
|
||||||
),
|
),
|
||||||
'caa' => array(
|
|
||||||
'visible' => $ssl_ipsandports != '' ? true : false,
|
|
||||||
'style' => 'align-top',
|
|
||||||
'label' => $lng['admin']['caa']['title'],
|
|
||||||
'desc' => $lng['admin']['caa']['description'],
|
|
||||||
'type' => 'textarea',
|
|
||||||
'value' => (\Froxlor\Settings::Get('system.leenabled') == '1' ? ($ssl_ipsandports != '' ? '0 issue "letsencrypt.org"' : '') : ''),
|
|
||||||
'cols' => 60,
|
|
||||||
'rows' => 5
|
|
||||||
),
|
|
||||||
'http2' => array(
|
'http2' => array(
|
||||||
'visible' => ($ssl_ipsandports != '' ? true : false) && \Froxlor\Settings::Get('system.webserver') != 'lighttpd' && \Froxlor\Settings::Get('system.http2_support') == '1',
|
'visible' => ($ssl_ipsandports != '' ? true : false) && \Froxlor\Settings::Get('system.webserver') != 'lighttpd' && \Froxlor\Settings::Get('system.http2_support') == '1',
|
||||||
'label' => $lng['admin']['domain_http2']['title'],
|
'label' => $lng['admin']['domain_http2']['title'],
|
||||||
|
|||||||
@@ -250,16 +250,6 @@ return array(
|
|||||||
$result['letsencrypt']
|
$result['letsencrypt']
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'caa' => array(
|
|
||||||
'visible' => $ssl_ipsandports != '' ? true : false,
|
|
||||||
'style' => 'align-top',
|
|
||||||
'label' => $lng['admin']['caa']['title'],
|
|
||||||
'desc' => $lng['admin']['caa']['description'],
|
|
||||||
'type' => 'textarea',
|
|
||||||
'value' => $result['caa'],
|
|
||||||
'cols' => 60,
|
|
||||||
'rows' => 5
|
|
||||||
),
|
|
||||||
'http2' => array(
|
'http2' => array(
|
||||||
'visible' => ($ssl_ipsandports != '' ? true : false) && \Froxlor\Settings::Get('system.webserver') != 'lighttpd' && \Froxlor\Settings::Get('system.http2_support') == '1',
|
'visible' => ($ssl_ipsandports != '' ? true : false) && \Froxlor\Settings::Get('system.webserver') != 'lighttpd' && \Froxlor\Settings::Get('system.http2_support') == '1',
|
||||||
'label' => $lng['admin']['domain_http2']['title'],
|
'label' => $lng['admin']['domain_http2']['title'],
|
||||||
|
|||||||
@@ -108,16 +108,6 @@ return array(
|
|||||||
),
|
),
|
||||||
'value' => array()
|
'value' => array()
|
||||||
),
|
),
|
||||||
'caa' => array(
|
|
||||||
'visible' => $ssl_ipsandports != '' ? true : false,
|
|
||||||
'style' => 'align-top',
|
|
||||||
'label' => $lng['customer']['caa']['title'],
|
|
||||||
'desc' => $lng['customer']['caa']['description'],
|
|
||||||
'type' => 'textarea',
|
|
||||||
'value' => (\Froxlor\Settings::Get('system.leenabled') == '1' ? ($ssl_ipsandports != '' ? '0 issue "letsencrypt.org"' : '') : ''),
|
|
||||||
'cols' => 60,
|
|
||||||
'rows' => 5
|
|
||||||
),
|
|
||||||
'hsts_maxage' => array(
|
'hsts_maxage' => array(
|
||||||
'label' => $lng['admin']['domain_hsts_maxage']['title'],
|
'label' => $lng['admin']['domain_hsts_maxage']['title'],
|
||||||
'desc' => $lng['admin']['domain_hsts_maxage']['description'],
|
'desc' => $lng['admin']['domain_hsts_maxage']['description'],
|
||||||
|
|||||||
@@ -128,16 +128,6 @@ return array(
|
|||||||
$result['letsencrypt']
|
$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(
|
'hsts_maxage' => array(
|
||||||
'label' => $lng['admin']['domain_hsts_maxage']['title'],
|
'label' => $lng['admin']['domain_hsts_maxage']['title'],
|
||||||
'desc' => $lng['admin']['domain_hsts_maxage']['description'],
|
'desc' => $lng['admin']['domain_hsts_maxage']['description'],
|
||||||
|
|||||||
Reference in New Issue
Block a user