diff options
| author | rinpatch <rinpatch@sdf.org> | 2020-02-11 00:29:25 +0300 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2020-02-11 16:17:21 +0300 |
| commit | ea1631d7e67e22eb49d608e066ef4a3555bf25f7 (patch) | |
| tree | 53e061abc3dfcc6bfa0f3024b443ac372eb7781c /config | |
| parent | 58299fcfb4c9f4ed63c2f791b6ebf9920ebb7659 (diff) | |
| download | pleroma-ea1631d7e67e22eb49d608e066ef4a3555bf25f7.tar.gz pleroma-ea1631d7e67e22eb49d608e066ef4a3555bf25f7.zip | |
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 41c1ff637..364aaf776 100644 --- a/config/config.exs +++ b/config/config.exs @@ -612,6 +612,8 @@ config :pleroma, :modules, runtime_dir: "instance/modules" config :pleroma, configurable_from_database: 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" |
