X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=eb85a6ed41e5dbcd64a5584270c38c5e289dc904;hb=00a4980c618c29ca337ac10a54121ecd7d687d3f;hp=933a899ab77100b1c608d97f8b64ed64414df8eb;hpb=4672b61106044c3772f58b02d39531b015ad8cca;p=akkoma diff --git a/config/config.exs b/config/config.exs index 933a899ab..eb85a6ed4 100644 --- a/config/config.exs +++ b/config/config.exs @@ -515,7 +515,13 @@ config :pleroma, Pleroma.User, "user-search", "user_exists", "users", - "web" + "web", + "verify_credentials", + "update_credentials", + "relationships", + "search", + "confirmation_resend", + "mfa" ], email_blacklist: [] @@ -737,6 +743,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 + # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. import_config "#{Mix.env()}.exs"