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 /config/config.exs | |
| parent | 3235923276650ac3a5b8a64c985f118d0f6e309e (diff) | |
| parent | 6f29865d43f30303bc05bfb10aa28fe3ebef1bfd (diff) | |
| download | pleroma-23db6774cf2a471feb4ae099d49c1f01d98e245c.tar.gz pleroma-23db6774cf2a471feb4ae099d49c1f01d98e245c.zip | |
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 'config/config.exs')
| -rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index b73541213..f866e8d2b 100644 --- a/config/config.exs +++ b/config/config.exs @@ -245,7 +245,7 @@ config :pleroma, :instance, healthcheck: false, remote_post_retention_days: 90, skip_thread_containment: true, - limit_unauthenticated_to_local_content: true + limit_to_local_content: :unauthenticated config :pleroma, :markup, # XXX - unfortunately, inline images must be enabled by default right now, because |
