]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Allow `<dl>`, `<dt>` and `<dd>` in JS sanitizer (#39376)
authorFrans de Jonge <fransdejonge@gmail.com>
Wed, 15 Nov 2023 07:38:27 +0000 (08:38 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Nov 2023 07:38:27 +0000 (08:38 +0100)
Co-authored-by: Julien Déramond <juderamond@gmail.com>
js/src/util/sanitizer.js

index d2b08082ca67a05b8cd436958105336efa4748e9..3d2883aff3464051fd2b3920129fe89ed2bd2bff 100644 (file)
@@ -17,7 +17,10 @@ export const DefaultAllowlist = {
   br: [],
   col: [],
   code: [],
+  dd: [],
   div: [],
+  dl: [],
+  dt: [],
   em: [],
   hr: [],
   h1: [],