diff options
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 |