From 8b6b042ffde9490c24a1689919dbc6678381239c Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 12 Jan 2016 09:53:23 +0100 Subject: Add config switch to disable the .well-known URL check --- config/config.sample.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index 7ba3977fe3a..525a0895b07 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -476,6 +476,13 @@ $CONFIG = array( */ 'check_for_working_webdav' => true, +/** + * Allows ownCloud to verify a working .well-known URL redirects. This is done + * by attempting to make a request from JS to + * https://your-domain.com/.well-known/caldav/ + */ +'check_for_working_wellknown_setup' => true, + /** * This is a crucial security check on Apache servers that should always be set * to ``true``. This verifies that the ``.htaccess`` file is writable and works. -- cgit v1.2.3