X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Fconfig.exs;h=dfc4e1629ca19a9a4505554913b4572ff3cf5366;hb=2def3cbf417075146da5e54201e9b969e6aa3eca;hp=d257865a9901f75f1e370fd1ef1f0c12771a3651;hpb=56ddf20208657487bf0298409cf91b11dac346ff;p=akkoma diff --git a/config/config.exs b/config/config.exs index d257865a9..dfc4e1629 100644 --- a/config/config.exs +++ b/config/config.exs @@ -527,7 +527,13 @@ config :pleroma, Pleroma.User, "user-search", "user_exists", "users", - "web" + "web", + "verify_credentials", + "update_credentials", + "relationships", + "search", + "confirmation_resend", + "mfa" ], email_blacklist: [] @@ -749,6 +755,10 @@ config :ex_aws, http_client: Pleroma.HTTP.ExAws config :pleroma, :instances_favicons, enabled: false +config :floki, :html_parser, Floki.HTMLParser.FastHtml + +config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.PleromaAuthenticator + config :pleroma, :exexec, root_mode: false, options: %{}