X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=3962ac019cd862ce36b5d03ea6f82fdbf28f91e3;hb=df2dab69a7756153ef015bb705b256b35f07fc0c;hp=f866e8d2bda26be4ab6d2266615522d402071133;hpb=822a9f28d08af9da69a8e0f72cc6511252f25ddd;p=akkoma diff --git a/config/config.exs b/config/config.exs index f866e8d2b..3962ac019 100644 --- a/config/config.exs +++ b/config/config.exs @@ -245,7 +245,8 @@ config :pleroma, :instance, healthcheck: false, remote_post_retention_days: 90, skip_thread_containment: true, - limit_to_local_content: :unauthenticated + limit_to_local_content: :unauthenticated, + dynamic_configuration: false config :pleroma, :markup, # XXX - unfortunately, inline images must be enabled by default right now, because @@ -441,6 +442,8 @@ config :auto_linker, opts: [ scheme: true, extra: true, + # TODO: Set to :no_scheme when it works properly + validate_tld: true, class: false, strip_prefix: false, new_window: false,