Skip to content

Commit 8d7032d

Browse files
committed
Merge pull request #31 from support-project/fix/knowledge291_del_tag
サニタイジング処理の中でdelタグを許すように変更
2 parents 1fbfda3 + 371435d commit 8d7032d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/support/project/web/logic/SanitizingLogic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public boolean apply(String s) {
176176
.onElements("colgroup", "col")
177177
.allowElements("a", "label", "noscript", "h1", "h2", "h3", "h4", "h5", "h6", "p", "i", "b", "u", "strong", "em", "small", "big", "pre",
178178
"code", "cite", "samp", "sub", "sup", "strike", "center", "blockquote", "hr", "br", "col", "font", "map", "span", "div", "img",
179-
"ul", "ol", "li", "dd", "dt", "dl", "tbody", "thead", "tfoot", "table", "td", "th", "tr", "colgroup", "fieldset", "legend")
179+
"ul", "ol", "li", "dd", "dt", "dl", "tbody", "thead", "tfoot", "table", "td", "th", "tr", "colgroup", "fieldset", "legend", "del")
180180
.toFactory();
181181

182182

0 commit comments

Comments
 (0)