diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-05-04 16:24:10 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-05-04 16:28:14 -0500 |
commit | 6b2fa5f0bb60a5653af29ffdea6021997dd92062 (patch) | |
tree | adb2753fb8cc6b7bcf2261f514cfd56ecb250e6a /docs | |
parent | 8e2ff7669adf63485c5579c35137c6b80e329247 (diff) | |
download | pleroma-6b2fa5f0bb60a5653af29ffdea6021997dd92062.tar.gz |
Let :oembed_providers_enabled be configurable
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 028c5e91d..ff00781fe 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -362,6 +362,7 @@ config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Http, * `ignore_hosts`: list of hosts which will be ignored by the metadata parser. For example `["accounts.google.com", "xss.website"]`, defaults to `[]`. * `ignore_tld`: list TLDs (top-level domains) which will ignore for parse metadata. default is ["local", "localdomain", "lan"]. * `parsers`: list of Rich Media parsers. +* `oembed_providers_enabled`: Embed rich media from a list of known providers. This takes precedence over other parsers. * `failure_backoff`: Amount of milliseconds after request failure, during which the request will not be retried. ## HTTP server |