payprop / html-googlemaps-v3

Fork of HTML::GoogleMaps to fix issues
2 stars 1 forks source link

Links to HTTP not HTTPS #3

Closed nigelhorne closed 8 years ago

nigelhorne commented 8 years ago

This code:

<script src="http://maps.google.com/maps?file=api&v=3" type="text/javascript"></script>

Should read

<script src="https://maps.google.com/maps?file=api&v=3" type="text/javascript"></script>

Otherwise the map won't load when embedded on a secure site.