poppinss / youch

Pretty error reporting for Node.js :rocket:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zepto - Mixed Active Content

opened this issue · comments

Youch is using Zepto over HTTP rather than HTTPS this results in the script being blocked unless you disable security.mixed_content.block_active_content in firefox.

Given that Zepto's domain doesn't utilize HTTPS and that the script seems to be quite ancient should the script be replaced?

The firefox should give error when your app is on HTTPS and Zepto is loaded via HTTP. Is that the case?

Yes, that is correct.

That is also the problem. Firefox gives you an error and blocks zepto requiring developers to unblock Mixed Active Content on all websites through about:config in order to view the responsible line.

Cool lemme fix it

Maybe inlining Zepto also is a good way to improve the fact that if there is no connection it fails. 😇

Yes that is what I am going to do