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:
authorLukas Reschke <lukas@statuscode.ch>2014-02-18 19:26:37 +0400
committerLukas Reschke <lukas@statuscode.ch>2014-02-22 10:59:39 +0400
commited7e9be7cdc8b8fb6405d69802b25cc8b597f1e5 (patch)
tree91d614181fd66e3f23e2f73ab009c59bcdb42395 /config
parente903c8b57b9e6008316c5da88c730da9b1590bd9 (diff)
Add overwritehost config on setup and upgrade
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index eaf9eba3b43..72b21ff93f8 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -53,6 +53,9 @@ $CONFIG = array(
/* The optional authentication for the proxy to use to connect to the internet. The format is: [username]:[password] */
"proxyuserpwd" => "",
+/* List of trusted domains, to prevent host header poisoning ownCloud is only using these Host headers */
+'trusted_domains' => array('demo.owncloud.org'),
+
/* Theme to use for ownCloud */
"theme" => "",