]> source.dussan.org Git - nextcloud-server.git/commitdiff
adjust admin setup check to increase warning to set up https 38932/head
authorSimon L <szaimen@e.mail.de>
Tue, 20 Jun 2023 20:54:48 +0000 (22:54 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Wed, 21 Jun 2023 14:30:25 +0000 (14:30 +0000)
Signed-off-by: Simon L <szaimen@e.mail.de>
core/js/setupchecks.js

index b2d021c626515cae42eae7911125123baa6370f0..aa11eb0b8e98a7fc5b34e110ff012cdc392d4a13 100644 (file)
                                        }
                                } 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 {