summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-04-03 18:28:00 +0200
committerRoger Braun <roger@rogerbraun.net>2017-04-03 18:28:00 +0200
commit2e88cc4cbde4f0918b896a74cf402b31cd21df55 (patch)
treedf3bd6a2e98e4a6a57defb69f7329c73ad778c75 /mix.exs
parentddaaab115e7d9834448b31c18cfffa1e31c43705 (diff)
downloadpleroma-2e88cc4cbde4f0918b896a74cf402b31cd21df55.tar.gz
pleroma-2e88cc4cbde4f0918b896a74cf402b31cd21df55.zip
Add HTML sanitization library.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 397a54d9c..90ecba514 100644
--- a/mix.exs
+++ b/mix.exs
@@ -36,6 +36,7 @@ defmodule Pleroma.Mixfile do
{:cowboy, "~> 1.0", override: true},
{:comeonin, "~> 3.0"},
{:trailing_format_plug, "~> 0.0.5" },
+ {:html_sanitize_ex, "~> 1.0.0"},
{:mix_test_watch, "~> 0.2", only: :dev}]
end