X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=0a3a03a615a8772d31ac5c5fefd71fcc7a98c122;hb=9f9c3c4fbe4a2f95227bc4b32ea8961c4f699ecf;hp=dcb9d9ea8ff10598ffbddbe4be2b1119575df29f;hpb=243719a96584901c560d75333c79b056c5a5c395;p=akkoma diff --git a/mix.exs b/mix.exs index dcb9d9ea8..0a3a03a61 100644 --- a/mix.exs +++ b/mix.exs @@ -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,8 +108,10 @@ 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"}, - {:html_entities, "~> 0.4"}, + {:fast_sanitize, + git: "https://git.pleroma.social/pleroma/fast_sanitize.git", + ref: "1af67547a02a104e26c99d03012383e8643bc4c2"}, + {:html_entities, "~> 0.5", override: true}, {:phoenix_html, "~> 2.10"}, {:calendar, "~> 0.17.4"}, {:cachex, "~> 3.0.2"},