fix 3
This commit is contained in:
@@ -220,7 +220,7 @@ nextcloud:
|
||||
<?php
|
||||
$trustedDomains = getenv('NEXTCLOUD_TRUSTED_DOMAINS');
|
||||
if ($trustedDomains) {
|
||||
$CONFIG['trusted_domains'] = array_filter(array_map('trim', explode(' ', $trusted_domains)));
|
||||
$CONFIG['trusted_domains'] = array_filter(array_map('trim', explode(' ', $trustedDomains)));
|
||||
}
|
||||
# For example, to enable image and text file previews:
|
||||
# previews.config.php: |-
|
||||
|
||||
Reference in New Issue
Block a user