diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-06-11 21:25:53 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-06-11 21:25:53 +0700 |
commit | 6f29865d43f30303bc05bfb10aa28fe3ebef1bfd (patch) | |
tree | 8a380181e5d8b49627610b9216da187da276f01a /config/config.exs | |
parent | 3235923276650ac3a5b8a64c985f118d0f6e309e (diff) | |
download | pleroma-6f29865d43f30303bc05bfb10aa28fe3ebef1bfd.tar.gz pleroma-6f29865d43f30303bc05bfb10aa28fe3ebef1bfd.zip |
Add option to restrict all users to local content
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 |