mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
trust latex
If mathjax is insecure, we have big problems. And we already trust mathjax in markdown cells, so this is consistent.
This commit is contained in:
parent
4b01948200
commit
3d0957c7bc
@ -480,6 +480,7 @@ var IPython = (function (IPython) {
|
||||
|
||||
OutputArea.safe_outputs = {
|
||||
'text/plain' : true,
|
||||
'text/latex' : true,
|
||||
'image/png' : true,
|
||||
'image/jpeg' : true
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user