2amigos / egmap

Objet-oriented PHP abstraction to the Google Maps API to ease the process of adding a Google Map on your Yii projects.
14 stars 12 forks source link

Firefox 23: "Blocking mixed content" issue with script file include #2

Closed sieppl closed 11 years ago

sieppl commented 11 years ago

It seems the extension is including this

<script type="text/javascript" src="http://www.google.com/jsapi"></script>

in the head section. In Firefox 23 this script include is blocked during loading when using a https connection, see https://blog.mozilla.org/tanvi/2013/04/10/mixed-content-blocking-enabled-in-firefox-23/

However, I was not able to find the code line where this script is included.

sieppl commented 11 years ago

After more research the issue is addresses in CGoogleApi and fixed in Yii 1.1.14 by "Enh #220":

https://raw.github.com/yiisoft/yii/1.1.14/CHANGELOG