summary refs log tree commit diff
path: root/docker
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2022-10-18 15:52:23 +0200
committerGitHub <noreply@github.com>2022-10-18 09:52:23 -0400
commite440f9674a28da0d8bfc5a42e9f6b636f947c5c4 (patch)
tree81c57bd98ab7f19434fbf7c4a46a2e65a7c939eb /docker
parentFix `track_memory_usage` on poetry-core 1.3.x installations (#14221) (diff)
downloadsynapse-e440f9674a28da0d8bfc5a42e9f6b636f947c5c4.tar.xz
Enable URL previews in complement homeserver config. (#14198)
Diffstat (limited to 'docker')
-rw-r--r--docker/complement/conf/workers-shared-extra.yaml.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/complement/conf/workers-shared-extra.yaml.j2 b/docker/complement/conf/workers-shared-extra.yaml.j2
index 9e554a865e..c651645115 100644
--- a/docker/complement/conf/workers-shared-extra.yaml.j2
+++ b/docker/complement/conf/workers-shared-extra.yaml.j2
@@ -12,6 +12,8 @@ trusted_key_servers: []
 enable_registration: true
 enable_registration_without_verification: true
 bcrypt_rounds: 4
+url_preview_enabled: true
+url_preview_ip_range_blacklist: []
 
 ## Registration ##