##// END OF EJS Templates
Backport PR #6249: always use HTTPS getting mathjax from CDN...
Thomas Kluyver -
Show More
@@ -516,7 +516,7 b' class NotebookApp(BaseIPythonApplication):'
516 516 return url
517 517
518 518 # no local mathjax, serve from CDN
519 url = u"//cdn.mathjax.org/mathjax/latest/MathJax.js"
519 url = u"https://cdn.mathjax.org/mathjax/latest/MathJax.js"
520 520 self.log.info("Using MathJax from CDN: %s", url)
521 521 return url
522 522
General Comments 0
You need to be logged in to leave comments. Login now