Skip to content
Snippets Groups Projects
Commit 5fea3d9e authored by kaniini's avatar kaniini
Browse files

Merge branch 'allow-abbr' into 'develop'

Allow use of the `abbr` HTML tag.

See merge request pleroma/pleroma!405
parents c5948996 795634c9
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,8 @@ defmodule Pleroma.HTML.Scrubber.Default do
Meta.allow_tag_with_uri_attributes("a", ["href"], @valid_schemes)
Meta.allow_tag_with_these_attributes("a", ["name", "title"])
Meta.allow_tag_with_these_attributes("abbr", ["title"])
Meta.allow_tag_with_these_attributes("b", [])
Meta.allow_tag_with_these_attributes("blockquote", [])
Meta.allow_tag_with_these_attributes("br", [])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment