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-22 11:07:57 +0400
committerLukas Reschke <lukas@statuscode.ch>2014-02-22 11:24:57 +0400
commite9671c9c24e28a4baa96e0447f1d878a112b528b (patch)
tree43db25ad9b4913e57591fd8bedd77095ae754e77 /config
parentb88654561dc639637a5ac56832023b33dc85e284 (diff)
Backport #7259 to stable5
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 092480d4f5d..77987a574e3 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" => "",