Mozilla Firefox 23 Will Block Mixed SSL Content

Posted by Anirudha on Geeks with Blogs See other posts from Geeks with Blogs or by Anirudha
Published on Wed, 03 Jul 2013 10:24:07 GMT Indexed on 2013/07/03 17:06 UTC
Read the original article Hit count: 187

Filed under:

Originally posted on: http://geekswithblogs.net/anirugu/archive/2013/07/03/mozilla-firefox-23-will-block-mixed-ssl-content.aspx

If you have a site which is running on SSL and used content that make non-https request then you need to a bit worried.

The default setting of Firefox 23 will block the content that called on non-https address and page is based on SSL.

for example

script using https://code.jquery.com/jquery-1.10.2.min.js will not work because code.jquery.com can not be reach on https.

the cdn ajax.googleapis.com support SSL so you can try it.

if you want to disable this settings you can modify it on about:config

security.mixed_content.block_active_content

change the value true to false and it will be disable (it’s just for example)

Smile

© Geeks with Blogs or respective owner