roadkill
roadkill copied to clipboard
MathJax Plugin Fails to load when HTTPS is used
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.
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