jmosmap / plugin_googlemaps

This is the Joomla plugin Google maps by Reumer
http://tech.reumer.net
GNU General Public License v3.0
31 stars 21 forks source link

Force/use https link for Google API #33

Closed QNimbus closed 7 years ago

QNimbus commented 7 years ago

Hello!

Great work on the plugin! I cannot seem to force the use of 'https' when an url gets built in the plugin. Even though my Joomla site runs through SSL/HTTPS the generated link by the plugin is =>

<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?v=3.exp&key=[my_api_key]&language=nl-NL&libraries=places&signed_in=true"></script>

This will cause a 'mixed-content' error in the browser and thereby fails to load the API js from Google.

Any tips as to how I can fix this?

Kind regards and keep up the good work!

QNimbus commented 7 years ago

Update:

I've just installed the (not yet released) 3.4 version of the plugin. It seems that this issue was resolved in this version.

Thanks!