Skip to content

Commit a105af7

Browse files
authored
Merge pull request #180 from dogweather/patch-1
Add <mark> to DEFAULT_ALLOWED_TAGS
2 parents 04a4304 + 51af4e4 commit a105af7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rails/html/sanitizer.rb

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ module SafeList
106106
"ins",
107107
"kbd",
108108
"li",
109+
"mark",
109110
"ol",
110111
"p",
111112
"pre",

0 commit comments

Comments
 (0)