Getting “Blocked loading mixed active content” issue in Firefox

Avoid using “http://” or “https://” when loading the script in html, css or javascript.
The correct example is this:

 
<script type="text/javascript">
 
$.getScript("//maps.googleapis.com/maps/api/js?key=somekey");
 
</script>

Leave a Reply