From 8b9e5144f7af3bb0578d80ed619dd0743d0d5f0f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 24 Jul 2024 11:22:02 +0200 Subject: Adding upstream version 5.3.3+dfsg. Signed-off-by: Daniel Baumann --- js/src/util/backdrop.js | 4 +++- js/src/util/sanitizer.js | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'js/src/util') diff --git a/js/src/util/backdrop.js b/js/src/util/backdrop.js index 0d478e9..82b5490 100644 --- a/js/src/util/backdrop.js +++ b/js/src/util/backdrop.js @@ -7,7 +7,9 @@ import EventHandler from '../dom/event-handler.js' import Config from './config.js' -import { execute, executeAfterTransition, getElement, reflow } from './index.js' +import { + execute, executeAfterTransition, getElement, reflow +} from './index.js' /** * Constants diff --git a/js/src/util/sanitizer.js b/js/src/util/sanitizer.js index d2b0808..3d2883a 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: [], -- cgit v1.2.3