summary refs log tree commit diff
path: root/develop/usage/configuration
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2021-08-31 22:37:33 +0000
committerclokep <clokep@users.noreply.github.com>2021-08-31 22:37:33 +0000
commit4bd938f38d99732be190b333cefaa51833988370 (patch)
treece08ee4890471720c0467ac7fdfc5fb1b6ff8f6a /develop/usage/configuration
parentdeploy: 5d9e7e0c713b5c0057f9e53720f25ecf4d296e66 (diff)
downloadsynapse-4bd938f38d99732be190b333cefaa51833988370.tar.xz
deploy: e2481dbe9325321d460037a2efe9b9ea2ac78057
Diffstat (limited to 'develop/usage/configuration')
-rw-r--r--develop/usage/configuration/homeserver_sample_config.html21
1 files changed, 21 insertions, 0 deletions
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.