Merge pull request #598 from xxyy/feature/csp
Implement basic CSP support
This commit is contained in:
8
public/js/mathjax-config-extra.js
Normal file
8
public/js/mathjax-config-extra.js
Normal file
@@ -0,0 +1,8 @@
|
||||
window.MathJax = {
|
||||
messageStyle: 'none',
|
||||
skipStartupTypeset: true,
|
||||
tex2jax: {
|
||||
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
||||
processEscapes: true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user