mirror of
https://github.com/nextcloud/server.git
synced 2026-05-13 17:10:43 -04:00
adjust admin setup check to increase warning to set up https
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
e73073ba23
commit
281c73e748
1 changed files with 2 additions and 2 deletions
|
|
@ -719,10 +719,10 @@
|
|||
}
|
||||
} else {
|
||||
messages.push({
|
||||
msg: t('core', 'Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}.')
|
||||
msg: t('core', 'Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like "copy to clipboard" or "service workers" will not work!')
|
||||
.replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + tipsUrl + '">')
|
||||
.replace('{linkend}', '</a>'),
|
||||
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
|
||||
type: OC.SetupChecks.MESSAGE_TYPE_ERROR
|
||||
});
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue