diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-04-03 18:28:00 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-04-03 18:28:00 +0200 |
commit | 2e88cc4cbde4f0918b896a74cf402b31cd21df55 (patch) | |
tree | df3bd6a2e98e4a6a57defb69f7329c73ad778c75 /mix.exs | |
parent | ddaaab115e7d9834448b31c18cfffa1e31c43705 (diff) | |
download | pleroma-2e88cc4cbde4f0918b896a74cf402b31cd21df55.tar.gz pleroma-2e88cc4cbde4f0918b896a74cf402b31cd21df55.zip |
Add HTML sanitization library.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |