Use the MathJax Safe.js extension to prevent XSS

This commit is contained in:
Jessica Lawshe 2018-06-27 17:57:07 -05:00
parent a739348146
commit 49cf2a8dee

View file

@ -2,6 +2,7 @@ define [
"base"
], (App) ->
mathjaxConfig =
extensions: ["Safe.js"]
messageStyle: "none"
imageFont:null
"HTML-CSS": { availableFonts: ["TeX"] },