diff options
author | Jonathan de Jong <jonathan@automatia.nl> | 2022-10-18 15:52:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 09:52:23 -0400 |
commit | e440f9674a28da0d8bfc5a42e9f6b636f947c5c4 (patch) | |
tree | 81c57bd98ab7f19434fbf7c4a46a2e65a7c939eb /docker | |
parent | Fix `track_memory_usage` on poetry-core 1.3.x installations (#14221) (diff) | |
download | synapse-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.j2 | 2 |
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 ## |