diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-06-25 22:25:37 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-06-25 22:25:37 +0300 |
commit | 4ad15ad2a90ca1ac370c8a79f796adc603a90479 (patch) | |
tree | 055420375b3fa19c45c8390c1fac1600d7abb08a /docs/config.md | |
parent | 0cb8e710fbceb6cc40295f433747e3997d510832 (diff) | |
download | pleroma-4ad15ad2a90ca1ac370c8a79f796adc603a90479.tar.gz |
add ignore hosts and TLDs for rich_media
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index b08c37e84..8c98f5c05 100644 --- a/docs/config.md +++ b/docs/config.md @@ -417,6 +417,8 @@ This config contains two queues: `federator_incoming` and `federator_outgoing`. ## :rich_media * `enabled`: if enabled the instance will parse metadata from attached links to generate link previews +* `ignore_hosts`: list host which will ignore for parse metadata. default is []. +* `ignore_tld`: list TLDs (top-level domains) which will ignore for parse metadata. default is ["local", "localdomain", "lan"] ## :fetch_initial_posts * `enabled`: if enabled, when a new user is federated with, fetch some of their latest posts |