From 4bd938f38d99732be190b333cefaa51833988370 Mon Sep 17 00:00:00 2001 From: clokep Date: Tue, 31 Aug 2021 22:37:33 +0000 Subject: deploy: e2481dbe9325321d460037a2efe9b9ea2ac78057 --- .../configuration/homeserver_sample_config.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'develop/usage/configuration') diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html index c0679bfb48..00adcb3a5a 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html @@ -1267,6 +1267,27 @@ url_preview_accept_language: # - en +# oEmbed allows for easier embedding content from a website. It can be +# used for generating URLs previews of services which support it. +# +oembed: + # A default list of oEmbed providers is included with Synapse. + # + # Uncomment the following to disable using these default oEmbed URLs. + # Defaults to 'false'. + # + #disable_default_providers: true + + # Additional files with oEmbed configuration (each should be in the + # form of providers.json). + # + # By default, this list is empty (so only the default providers.json + # is used). + # + #additional_providers: + # - oembed/my_providers.json + + ## Captcha ## # See docs/CAPTCHA_SETUP.md for full details of configuring this. -- cgit 1.5.1