Make Floki use fast_html
This commit is contained in:
parent
34cbe9f44a
commit
325c7c924b
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue