googlearchive / js-marker-clusterer

A marker clustering library for the Google Maps JavaScript API v3.
https://googlemaps.github.io/js-marker-clusterer/docs/reference.html
Apache License 2.0
1.28k stars 775 forks source link

Hard-coded protocol resulting in secure-nonsecure warning #9

Open thdoan opened 9 years ago

thdoan commented 9 years ago

If this plugin is used on a secure page, then it will throw a secure--nonsecure mixed content warning.

FIX: Remove the hard-coded protocol ("http:") from line 190.

justinkwanlee commented 9 years ago

I just pushed a fix for this, hopefully it gets merged in https://github.com/googlemaps/js-marker-clusterer/pull/11

Tastaturberuf commented 8 years ago

:+1: