diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-10-19 09:08:21 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-10-19 10:04:51 +0200 |
commit | 2d98cd1dafb3adbcad5d9af9245f44aec583de2e (patch) | |
tree | ca2f867e50680bed2911a94b35d98617b7252b59 /config | |
parent | a6684da737c40e3d05b3a88bf6f8c8649364587b (diff) | |
download | nextcloud-server-2d98cd1dafb3adbcad5d9af9245f44aec583de2e.tar.gz nextcloud-server-2d98cd1dafb3adbcad5d9af9245f44aec583de2e.zip |
Add config and fix selenium
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 3e65008ed3b..016a00c6ad3 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2183,6 +2183,16 @@ $CONFIG = [ 'login_form_autocomplete' => true, /** + * If your user is using an outdated browser, a warning will be shown + * to offer some guidance to upgrade and ensure a proper Nextcloud experience. + * They can still bypass it after they have read the warning. + * + * Simply set this property to "true", if you want to turn this feature off. + */ + +'no_unsupported_browser_warning' => false, + +/** * Disable background scanning of files * * By default, a background job runs every 10 minutes and execute a background |