-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Reproduction: Chrome 69+ , visited https://planetmath.org/ChristoffelSymbols and https://planetmath.org/bilinearmap
Error (1) The subpage (and most likely others) appears to be requesting http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=MML_HTMLorMML, which is blocking unsecured script loading over HTTP.
Error (2) This occurs simultaneously with 404's to the following CSS files.
https://planetmath.org/LaTeXML.css
https://planetmath.org/ltx-article.css net
Solution (1) replace HTTP with HTTPS in html files
Solution (2) remove the two lines from every html file as they are redundant
Overall the first error makes every page on PlanetMath unviewable for some. The second is just for clarity.
Update: I found that my browser was blocking unsafe scripts; nevertheless, it would be attractive to change these in the html files.