From 1743a97c228aa6151dca5bd22eacc36dbc857ba4 Mon Sep 17 00:00:00 2001 From: Max Wu Date: Sun, 3 Mar 2019 18:32:58 +0800 Subject: Fix possible MathJax XSS issue [Security Issue] see more at: http://docs.mathjax.org/en/latest/safe-mode.html Signed-off-by: Max Wu --- public/views/pretty.ejs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/views/pretty.ejs') diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index 17516f96..12561a3f 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -80,6 +80,7 @@ + @@ -92,6 +93,7 @@ <% } else { %> + <%- include build/pretty-pack-scripts %> <% } %> <%- include shared/ga %> -- cgit v1.2.3