X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=5c223c6b62ed2318d4bf9c97543da7e1bb46a8ac;hb=735ceb2115809037006d870ce8f8fb27c444bb56;hp=933a899ab77100b1c608d97f8b64ed64414df8eb;hpb=8e90cc58e7ec3f19f03d049ff541750f1ab4774e;p=akkoma diff --git a/config/config.exs b/config/config.exs index 933a899ab..5c223c6b6 100644 --- a/config/config.exs +++ b/config/config.exs @@ -223,6 +223,9 @@ config :pleroma, :instance, "text/markdown", "text/bbcode" ], + mrf_transparency: true, + mrf_transparency_exclusions: [], + staff_transparency: [], autofollowed_nicknames: [], max_pinned_statuses: 1, attachment_links: false, @@ -515,7 +518,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 +746,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"