Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSylvia van Os <sylvia@hackerchick.me>2018-11-22 12:14:27 +0300
committerSylvia van Os <sylvia@hackerchick.me>2018-11-22 12:57:16 +0300
commit935bb256398a6ebab4e882fc740487dfbd401f73 (patch)
treefdbce36b7d183b1e76fa2067c75af36e3d3eda91 /config
parentb7767a51f140d3f588278f053f3a9e1eb84e4346 (diff)
Make connectivity check domains configurable
Signed-off-by: Sylvia van Os <sylvia@hackerchick.me>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 902bfa6e44d..5190e46ad7f 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -657,6 +657,26 @@ $CONFIG = array(
'has_internet_connection' => true,
/**
+ * Which domains to request to determine the availability of an Internet
+ * connection. If none of these hosts are reachable, the administration panel
+ * will show a warning. Set to an empty list to not do any such checks (warning
+ * will still be shown).
+ *
+ * Defaults to the following domains:
+ *
+ * - www.nextcloud.com
+ * - www.startpage.com
+ * - www.eff.org
+ * - www.edri.org
+ */
+'connectivity_check_domains' => array(
+ 'www.nextcloud.com',
+ 'www.startpage.com',
+ 'www.eff.org',
+ 'www.edri.org'
+),
+
+/**
* Allows Nextcloud 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/