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 /config | |
parent | 3f6da9c45aeb6954a857566731f483cd3da8d068 (diff) | |
download | pleroma-f82382de22c860c4a67a69e579e2d1fd2b186a87.tar.gz pleroma-f82382de22c860c4a67a69e579e2d1fd2b186a87.zip |
[#943] Make the unauthenticated users limitation optional
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index a3f33cfbb..4e2b1703b 100644 --- a/config/config.exs +++ b/config/config.exs @@ -244,7 +244,8 @@ config :pleroma, :instance, safe_dm_mentions: false, healthcheck: false, remote_post_retention_days: 90, - skip_thread_containment: false + skip_thread_containment: false, + limit_unauthenticated_to_local_content: true config :pleroma, :app_account_creation, enabled: true, max_requests: 25, interval: 1800 |