diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-11-05 11:36:47 +1000 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-11-05 11:36:47 +1000 |
commit | 2cbfa256fd911b66a28c78008d1d622bfdb5d345 (patch) | |
tree | fb4217abd5bd1edc85f61e1b37858da1c35cd098 /mix.exs | |
parent | ab5c8ec9fac8045cd5a3f25526f302bc9249e1bf (diff) | |
parent | fee127696308dbec9cff6b2a9b399cf2877cf445 (diff) | |
download | pleroma-2cbfa256fd911b66a28c78008d1d622bfdb5d345.tar.gz pleroma-2cbfa256fd911b66a28c78008d1d622bfdb5d345.zip |
Merge branch 'develop' into feature/multiple-users-force-password-reset
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -63,7 +63,7 @@ defmodule Pleroma.Mixfile do def application do [ mod: {Pleroma.Application, []}, - extra_applications: [:logger, :runtime_tools, :comeonin, :quack], + extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :myhtmlex, :swarm], included_applications: [:ex_syslogger] ] end @@ -108,7 +108,9 @@ defmodule Pleroma.Mixfile do {:comeonin, "~> 4.1.1"}, {:pbkdf2_elixir, "~> 0.12.3"}, {:trailing_format_plug, "~> 0.0.7"}, - {:html_sanitize_ex, "~> 1.3.0"}, + {:fast_sanitize, + git: "https://git.pleroma.social/pleroma/fast_sanitize.git", + ref: "1af67547a02a104e26c99d03012383e8643bc4c2"}, {:html_entities, "~> 0.4"}, {:phoenix_html, "~> 2.10"}, {:calendar, "~> 0.17.4"}, |