Skip to content

Commit 2cdae22

Browse files
committed
Update Mathjax to be downloaded over https instead of http.
1 parent a6f71dc commit 2cdae22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ MATHJAX_FORMAT = HTML-CSS
14311431
# The default value is: http://cdn.mathjax.org/mathjax/latest.
14321432
# This tag requires that the tag USE_MATHJAX is set to YES.
14331433

1434-
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
1434+
MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest
14351435

14361436
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
14371437
# extension names that should be enabled during MathJax rendering. For example

0 commit comments

Comments
 (0)