diff options
author | rinpatch <rinpatch@sdf.org> | 2020-02-11 00:29:25 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-08-07 16:45:33 +0300 |
commit | 325c7c924bf05d240fcf535a37d32edf15370a0c (patch) | |
tree | bfe2579cda70d3a359c4bd93fb3b0b9cd9be21c6 /config | |
parent | 34cbe9f44a0266cd5ec652c3e70021ef928a7f31 (diff) | |
download | pleroma-325c7c924bf05d240fcf535a37d32edf15370a0c.tar.gz |
Make Floki use fast_html
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 933a899ab..78f3232e6 100644 --- a/config/config.exs +++ b/config/config.exs @@ -737,6 +737,8 @@ config :ex_aws, http_client: Pleroma.HTTP.ExAws config :pleroma, :instances_favicons, enabled: false +config :floki, :html_parser, Floki.HTMLParser.FastHtml + # 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" |