summaryrefslogtreecommitdiff
path: root/client/build.js
diff options
context:
space:
mode:
authorShyam Sunder <sgsunder1@gmail.com>2020-06-23 13:24:59 -0400
committerShyam Sunder <sgsunder1@gmail.com>2020-06-23 13:24:59 -0400
commit0137cf383a81e0a2a0f5db7c2ded4b4a55c5e2fc (patch)
tree2cbd181ff7e8818f99e56789b4215962cfb25aca /client/build.js
parent342ca9ccba57f5d758baea1a4c67168c3175745d (diff)
client/markdown: use DOMPurify over marked.js sanitizer
See markedjs/marked#1232
Diffstat (limited to 'client/build.js')
-rwxr-xr-xclient/build.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/build.js b/client/build.js
index 46406f0..f201a12 100755
--- a/client/build.js
+++ b/client/build.js
@@ -21,6 +21,7 @@ const webapp_splash_screens = [
];
const external_js = [
+ 'dompurify',
'js-cookie',
'marked',
'mousetrap',