[arvados-workbench2] updated: 2.7.0-15-g2a2f9c29
git repository hosting
git at public.arvados.org
Thu Oct 19 15:07:16 UTC 2023
Summary of changes:
src/common/html-sanitize.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 2a2f9c29ef2994b8dd25130715aeb46e66777763 (commit)
from ba12e336967fad5b32c1a6599aa15296b6d36ccc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 2a2f9c29ef2994b8dd25130715aeb46e66777763
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Thu Oct 19 10:47:25 2023 -0400
21026: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/src/common/html-sanitize.ts b/src/common/html-sanitize.ts
index 79ed9349..e7c66f11 100644
--- a/src/common/html-sanitize.ts
+++ b/src/common/html-sanitize.ts
@@ -37,12 +37,12 @@ const domPurifyConfig: TDomPurifyConfig = {
'pre',
's',
'del',
+ 'section',
+ 'span',
'strong',
'sub',
'sup',
'ul',
- 'span',
- 'section'
],
ALLOWED_ATTR: ['src', 'width', 'height', 'href', 'alt', 'title', 'style' ],
};
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list