diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9e5f7b6baf6..00e3a6779fd 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -559,6 +559,13 @@ $CONFIG = [ 'proxyexclude' => [], /** + * Allow remote servers with local addresses e.g. in federated shares, webcal services and more + * + * Defaults to false + */ +'allow_local_remote_servers' => true, + +/** * Deleted Items (trash bin) * * These parameters control the Deleted files app. |