On Wed, Dec 04, 2013 at 12:55:47AM +0200, Paul Irofti wrote: > Why do MathJax-based websites not display properly in Firefox? > > The same Firefox version on Windows displays sites like > > https://math.stackexchange.com/ > > properly.
It works in midori/webkit, and doesnt work in Firefox probably because of different options in your profiles wrt loading mixed content - if i load https://math.stackexchange.com/questions/592178/riemann-integration-of-an-odd-function with firebug open i get: Blocked loading mixed active content "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" Blocked loading mixed active content "http://engine.adzerk.net/z/12057/adzerk2_2_17_76?keywords=x-host-math.stackexchange.com" Mixed content protection is on by default since ffx23 (and might still be probably enabled/disabled based on obscure about:config options in your profile, ie security.mixed_content.block_active_content set to false/true), see https://blog.mozilla.org/tanvi/2013/04/10/mixed-content-blocking-enabled-in-firefox-23/ To work around it, you can click on the shield icon at the left of the adressbar, and select 'disable protection on this page'. here, that shows the mathjax things on the stackexchange page. Landry
