diff options
author | Egor <egor@kislitsyn.com> | 2019-06-06 12:17:49 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-06 12:17:49 +0000 |
commit | f82382de22c860c4a67a69e579e2d1fd2b186a87 (patch) | |
tree | 4c4c016df377e8fee79ea3415a7e2f17e633bfb2 /docs/config.md | |
parent | 3f6da9c45aeb6954a857566731f483cd3da8d068 (diff) | |
download | pleroma-f82382de22c860c4a67a69e579e2d1fd2b186a87.tar.gz |
[#943] Make the unauthenticated users limitation optional
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/config.md b/docs/config.md index 93ede6464..c61a5d8a3 100644 --- a/docs/config.md +++ b/docs/config.md @@ -108,10 +108,11 @@ config :pleroma, Pleroma.Emails.Mailer, * `welcome_message`: A message that will be send to a newly registered users as a direct message. * `welcome_user_nickname`: The nickname of the local user that sends the welcome message. * `max_report_comment_size`: The maximum size of the report comment (Default: `1000`) -* `safe_dm_mentions`: If set to true, only mentions at the beginning of a post will be used to address people in direct messages. This is to prevent accidental mentioning of people when talking about them (e.g. "@friend hey i really don't like @enemy"). (Default: `false`) -* `healthcheck`: if set to true, system data will be shown on ``/api/pleroma/healthcheck``. -* `remote_post_retention_days`: the default amount of days to retain remote posts when pruning the database -* `skip_thread_containment`: Skip filter out broken threads. the default is `false`. +* `safe_dm_mentions`: If set to true, only mentions at the beginning of a post will be used to address people in direct messages. This is to prevent accidental mentioning of people when talking about them (e.g. "@friend hey i really don't like @enemy"). Default: `false`. +* `healthcheck`: If set to true, system data will be shown on ``/api/pleroma/healthcheck``. +* `remote_post_retention_days`: The default amount of days to retain remote posts when pruning the database. +* `skip_thread_containment`: Skip filter out broken threads. The default is `false`. +* `limit_unauthenticated_to_local_content`: Limit unauthenticated users to search for local statutes and users only. The default is `true`. ## :app_account_creation REST API for creating an account settings |