diff options
author | kaniini <nenolod@gmail.com> | 2019-06-28 23:50:23 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-06-28 23:50:23 +0000 |
commit | f375c2fd700d09da8de831b955731acbb604cf79 (patch) | |
tree | a783235734c9e56fe13b38babc86cfce804a6b64 /docs | |
parent | c6668c2e7b9908e479527914ca7eb2c838aaab06 (diff) | |
parent | c22f0bfb8056889ea3180e0adbf46458eabf63a7 (diff) | |
download | pleroma-f375c2fd700d09da8de831b955731acbb604cf79.tar.gz |
Merge branch 'feature/mrf-mediaproxy-warm' into 'develop'
MRF: add mediaproxy warming policy
See merge request pleroma/pleroma!1342
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 7a53364ef..7d5be3980 100644 --- a/docs/config.md +++ b/docs/config.md @@ -98,6 +98,7 @@ config :pleroma, Pleroma.Emails.Mailer, * `Pleroma.Web.ActivityPub.MRF.RejectNonPublic`: Drops posts with non-public visibility settings (See ``:mrf_rejectnonpublic`` section) * `Pleroma.Web.ActivityPub.MRF.EnsureRePrepended`: Rewrites posts to ensure that replies to posts with subjects do not have an identical subject and instead begin with re:. * `Pleroma.Web.ActivityPub.MRF.AntiLinkSpamPolicy`: Rejects posts from likely spambots by rejecting posts from new users that contain links. + * `Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy`: Crawls attachments using their MediaProxy URLs so that the MediaProxy cache is primed. * `public`: Makes the client API in authentificated mode-only except for user-profiles. Useful for disabling the Local Timeline and The Whole Known Network. * `quarantined_instances`: List of ActivityPub instances where private(DMs, followers-only) activities will not be send. * `managed_config`: Whenether the config for pleroma-fe is configured in this config or in ``static/config.json`` |