aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-05-04 16:24:10 -0500
committerAlex Gleason <alex@alexgleason.me>2021-05-04 16:28:14 -0500
commit6b2fa5f0bb60a5653af29ffdea6021997dd92062 (patch)
treeadb2753fb8cc6b7bcf2261f514cfd56ecb250e6a /docs/configuration/cheatsheet.md
parent8e2ff7669adf63485c5579c35137c6b80e329247 (diff)
downloadpleroma-6b2fa5f0bb60a5653af29ffdea6021997dd92062.tar.gz
Let :oembed_providers_enabled be configurable
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r--docs/configuration/cheatsheet.md1
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