diff options
author | kaniini <nenolod@gmail.com> | 2018-12-23 11:28:43 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2018-12-23 11:28:43 +0000 |
commit | 093d39b63416f597b336e1e2b7fb12af3591ef43 (patch) | |
tree | b7f7f9b8b09dd04537e3879833e72a61113cf00b /docs/config.md | |
parent | 61a88a6757bc557a370888d288f93681cff9668b (diff) | |
parent | a7f07bb6e56ad5173b9c2063d7f920cd102b4f2d (diff) | |
download | pleroma-093d39b63416f597b336e1e2b7fb12af3591ef43.tar.gz pleroma-093d39b63416f597b336e1e2b7fb12af3591ef43.zip |
Merge branch 'feature/hellthread-mitigation' into 'develop'
implement hellthread mitigation
Closes #474
See merge request pleroma/pleroma!588
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index c35769f21..728916f82 100644 --- a/docs/config.md +++ b/docs/config.md @@ -121,6 +121,9 @@ This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:i * `allow_followersonly`: whether to allow followers-only posts * `allow_direct`: whether to allow direct messages +## :mrf_hellthread +* `threshold`: Number of mentioned users after which the message gets discarded as spam + ## :media_proxy * `enabled`: Enables proxying of remote media to the instance’s proxy * `base_url`: The base URL to access a user-uploaded file. Useful when you want to proxy the media files via another host/CDN fronts. |