msg:t('core','The "Strict-Transport-Security" HTTP header is not configured to at least "{seconds}" seconds. For enhanced security we recommend enabling HSTS as described in our <a href="{docUrl}" rel="noreferrer">security tips</a>.',{'seconds':minimumSeconds,docUrl:'#admin-tips'}),
msg:t('core','The "Strict-Transport-Security" HTTP header is not configured to at least "{seconds}" seconds. For enhanced security we recommend enabling HSTS as described in our <a href="{docUrl}" rel="noreferrer">security tips</a>.',{'seconds':minimumSeconds,docUrl:tipsUrl}),
type:OC.SetupChecks.MESSAGE_TYPE_WARNING
});
}
}else{
messages.push({
msg:t('core','You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href="{docUrl}">security tips</a>.',{docUrl:'#admin-tips'}),
msg:t('core','You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href="{docUrl}">security tips</a>.',{docUrl:tipsUrl}),
<?phpprint_unescaped($l->t('Please double check the <a target="_blank" rel="noreferrer" href="%s">installation guides ↗</a>, and check for any errors or warnings in the <a href="#log-section">log</a>.',link_to_docs('admin-install')));?>
<?phpprint_unescaped($l->t('Please double check the <a target="_blank" rel="noreferrer" href="%s">installation guides ↗</a>, and check for any errors or warnings in the <a href="%s">log</a>.',[link_to_docs('admin-install'),\OC::$server->getURLGenerator()->linkToRoute('settings.AdminSettings.index',['section'=>'logging'])]));?>