formatter: don't add XSS emoji

This commit is contained in:
William Pitcock 2018-09-02 00:04:09 +00:00
commit 834515fb51
4 changed files with 19 additions and 3 deletions

View file

@ -154,6 +154,7 @@ defmodule Pleroma.Formatter do
MediaProxy.url(file)
}' />"
)
|> HtmlSanitizeEx.basic_html()
end)
end