summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2019-11-04 20:24:53 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2019-11-04 20:24:53 +0300
commitff6c727739484df31335d2675fbd2446cc5435e1 (patch)
tree165d76253331566af22476d80dd44b7e2bb6013d /mix.exs
parent57995fa8cf26c9d5cd31969b59dbafb9f8c8fdc7 (diff)
parentfee127696308dbec9cff6b2a9b399cf2877cf445 (diff)
downloadpleroma-ff6c727739484df31335d2675fbd2446cc5435e1.tar.gz
pleroma-ff6c727739484df31335d2675fbd2446cc5435e1.zip
Merge branch 'develop' into issue/1276
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs6
1 files changed, 4 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index dcb9d9ea8..1bc4cec2f 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,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"},