diff options
author | Maksim <parallel588@gmail.com> | 2019-06-26 03:23:26 +0000 |
---|---|---|
committer | Maksim <parallel588@gmail.com> | 2019-06-26 03:23:26 +0000 |
commit | ec01b7c934560e5d60d29c8278e99b004b88ac61 (patch) | |
tree | dfccaa82028fe7c1b6201cc02e8b63d9ff4fabeb | |
parent | 4ad15ad2a90ca1ac370c8a79f796adc603a90479 (diff) | |
download | pleroma-ec01b7c934560e5d60d29c8278e99b004b88ac61.tar.gz |
Apply suggestion to docs/config.md
-rw-r--r-- | docs/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index 8c98f5c05..3490d943c 100644 --- a/docs/config.md +++ b/docs/config.md @@ -417,7 +417,7 @@ 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_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"] ## :fetch_initial_posts |