From 17341d7406257f3ee641f83555df82d1549b2792 Mon Sep 17 00:00:00 2001 From: HimbeersaftLP Date: Fri, 26 Jul 2019 19:49:02 +0200 Subject: [PATCH] Load Mathjax from https to prevent unsafe scripts error (#3058) --- doxygen/doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/doxygen.conf b/doxygen/doxygen.conf index 371218ece..c65220fb3 100644 --- a/doxygen/doxygen.conf +++ b/doxygen/doxygen.conf @@ -1565,7 +1565,7 @@ MATHJAX_FORMAT = HTML-CSS # The default value is: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/. # This tag requires that the tag USE_MATHJAX is set to YES. -MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest +MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # extension names that should be enabled during MathJax rendering. For example