summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorraeno <just.raeno@gmail.com>2018-12-14 21:07:06 +0100
committerraeno <just.raeno@gmail.com>2018-12-14 21:07:06 +0100
commitb0c3211984c0aa807ea58897308f04ad42651cf1 (patch)
treec058e2273a003e834d8c84fd0d8cea6f4ad1c9b4 /mix.exs
parent90b00701ff0e2622825ef4c86409a27691763baf (diff)
downloadpleroma-b0c3211984c0aa807ea58897308f04ad42651cf1.tar.gz
pleroma-b0c3211984c0aa807ea58897308f04ad42651cf1.zip
Scrub html from activity.content or user.bio for opengraph meta
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 0fb40e07b..e5fb654dd 100644
--- a/mix.exs
+++ b/mix.exs
@@ -58,6 +58,7 @@ defmodule Pleroma.Mixfile do
{:pbkdf2_elixir, "~> 0.12.3"},
{:trailing_format_plug, "~> 0.0.7"},
{:html_sanitize_ex, "~> 1.3.0"},
+ {:html_entities, "~> 0.4"},
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.17.4"},
{:cachex, "~> 3.0.2"},