diff options
author | kaniini <nenolod@gmail.com> | 2019-06-11 17:30:13 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-06-11 17:30:13 +0000 |
commit | 23db6774cf2a471feb4ae099d49c1f01d98e245c (patch) | |
tree | 8a380181e5d8b49627610b9216da187da276f01a /docs | |
parent | 3235923276650ac3a5b8a64c985f118d0f6e309e (diff) | |
parent | 6f29865d43f30303bc05bfb10aa28fe3ebef1bfd (diff) | |
download | pleroma-23db6774cf2a471feb4ae099d49c1f01d98e245c.tar.gz |
Merge branch 'improve-local-content-limit' into 'develop'
Add option to restrict all users to local content
See merge request pleroma/pleroma!1268
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index b62b80490..9e877fb51 100644 --- a/docs/config.md +++ b/docs/config.md @@ -112,7 +112,8 @@ config :pleroma, Pleroma.Emails.Mailer, * `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`. +* `limit_to_local_content`: Limit unauthenticated users to search for local statutes and users only. Possible values: `:unauthenticated`, `:all` and `false`. The default is `:unauthenticated`. + ## :logger * `backends`: `:console` is used to send logs to stdout, `{ExSyslogger, :ex_syslogger}` to log to syslog, and `Quack.Logger` to log to Slack |