mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 06:24:31 +00:00
Use the MathJax Safe.js
extension to prevent XSS
This commit is contained in:
parent
a739348146
commit
49cf2a8dee
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ define [
|
|||
"base"
|
||||
], (App) ->
|
||||
mathjaxConfig =
|
||||
extensions: ["Safe.js"]
|
||||
messageStyle: "none"
|
||||
imageFont:null
|
||||
"HTML-CSS": { availableFonts: ["TeX"] },
|
||||
|
|
Loading…
Reference in a new issue