mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 03:41:03 +00:00
Allow <dl>
, <dt>
and <dd>
in JS sanitizer (#39376)
Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
parent
adf7a98511
commit
b9f92d70c9
@ -17,7 +17,10 @@ export const DefaultAllowlist = {
|
|||||||
br: [],
|
br: [],
|
||||||
col: [],
|
col: [],
|
||||||
code: [],
|
code: [],
|
||||||
|
dd: [],
|
||||||
div: [],
|
div: [],
|
||||||
|
dl: [],
|
||||||
|
dt: [],
|
||||||
em: [],
|
em: [],
|
||||||
hr: [],
|
hr: [],
|
||||||
h1: [],
|
h1: [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user