1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-16 06:39:59 +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:
Frans de Jonge 2023-11-15 08:38:27 +01:00 committed by GitHub
parent adf7a98511
commit b9f92d70c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,10 @@ export const DefaultAllowlist = {
br: [],
col: [],
code: [],
dd: [],
div: [],
dl: [],
dt: [],
em: [],
hr: [],
h1: [],