Skip to content

Commit

Permalink
Allow dl, dt and dd in sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdas91 committed Apr 22, 2024
1 parent a812235 commit 2776665
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/src/util/sanitizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ export const DefaultAllowlist = {
br: [],
col: [],
code: [],
dd: [],
div: [],
dl: [],
dt: [],
em: [],
hr: [],
h1: [],
Expand Down

0 comments on commit 2776665

Please sign in to comment.