client/markdown: use DOMPurify over marked.js sanitizer

See markedjs/marked#1232
This commit is contained in:
Shyam Sunder
2020-06-23 13:24:59 -04:00
parent 342ca9ccba
commit 0137cf383a
4 changed files with 10 additions and 4 deletions

View File

@ -21,6 +21,7 @@ const webapp_splash_screens = [
];
const external_js = [
'dompurify',
'js-cookie',
'marked',
'mousetrap',