From: Frans de Jonge Date: Wed, 15 Nov 2023 07:38:27 +0000 (+0100) Subject: Allow `
`, `
` and `
` in JS sanitizer (#39376) X-Git-Tag: v5.3.3~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9f92d70c98e6254893dc326c414f275577f0687;p=thirdparty%2Fbootstrap.git Allow `
`, `
` and `
` in JS sanitizer (#39376) Co-authored-by: Julien Déramond --- diff --git a/js/src/util/sanitizer.js b/js/src/util/sanitizer.js index d2b08082ca..3d2883aff3 100644 --- a/js/src/util/sanitizer.js +++ b/js/src/util/sanitizer.js @@ -17,7 +17,10 @@ export const DefaultAllowlist = { br: [], col: [], code: [], + dd: [], div: [], + dl: [], + dt: [], em: [], hr: [], h1: [],