roadkill icon indicating copy to clipboard operation
roadkill copied to clipboard

MathJax Plugin Fails to load when HTTPS is used

Open hmmwhatsthisdo opened this issue 7 years ago • 1 comments

Enabling the MathJax plugin and loading RoadKill over HTTPS results in a Mixed Content failure being logged in the console, and MathJax failing to load. This appears to be because the MathJax JS CDN URL is specified as plain HTTP instead of HTTPS.

hmmwhatsthisdo avatar Mar 10 '18 00:03 hmmwhatsthisdo

Looks like this is the culprit:

https://github.com/roadkillwiki/roadkill/blob/master/src/Roadkill.Plugins/Text/BuiltIn/MathJax.cs

If you're willing to recompile Roadkill, you could change that file and run build.ps1 again

yetanotherchris avatar Mar 12 '18 08:03 yetanotherchris