diff options
| author | lain <lain@soykaf.club> | 2020-02-11 13:22:35 +0000 | 
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-02-11 13:22:35 +0000 | 
| commit | 3fee859b60d2b97e8210faf872a03d99cfc574cc (patch) | |
| tree | 53e061abc3dfcc6bfa0f3024b443ac372eb7781c /config | |
| parent | 335cbe2e1bccd6e5bc64d7c10f2321844a7ee715 (diff) | |
| parent | ea1631d7e67e22eb49d608e066ef4a3555bf25f7 (diff) | |
| download | pleroma-3fee859b60d2b97e8210faf872a03d99cfc574cc.tar.gz pleroma-3fee859b60d2b97e8210faf872a03d99cfc574cc.zip  | |
Merge branch 'feat/floki-fasthtml' into 'develop'
Make Floki use fast_html
See merge request pleroma/pleroma!2194
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"  | 
