diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-26 03:55:20 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-26 03:55:20 +0000 |
commit | e6f036b9adf91aa81afc676c13ccecf04359241c (patch) | |
tree | 99e4fe5fbdfad8bc2ff7682837d8e6001ca3f518 /docs | |
parent | d80859731e50393851e6026ad301ed20d2b0db2a (diff) | |
parent | 437fd6046d6e6f19a5b9cd2e8178ec872a94af5d (diff) | |
download | pleroma-e6f036b9adf91aa81afc676c13ccecf04359241c.tar.gz |
Merge branch 'issues/1016' into 'develop'
[#1016] add clear formatted text/ removes links with private ip
See merge request pleroma/pleroma!1335
Diffstat (limited to 'docs')
-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..3490d943c 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 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 * `enabled`: if enabled, when a new user is federated with, fetch some of their latest posts |