diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-11-04 20:24:53 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-11-04 20:24:53 +0300 |
commit | ff6c727739484df31335d2675fbd2446cc5435e1 (patch) | |
tree | 165d76253331566af22476d80dd44b7e2bb6013d /mix.exs | |
parent | 57995fa8cf26c9d5cd31969b59dbafb9f8c8fdc7 (diff) | |
parent | fee127696308dbec9cff6b2a9b399cf2877cf445 (diff) | |
download | pleroma-ff6c727739484df31335d2675fbd2446cc5435e1.tar.gz pleroma-ff6c727739484df31335d2675fbd2446cc5435e1.zip |
Merge branch 'develop' into issue/1276
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"}, |