tomchentw / react-google-maps

React.js Google Maps integration component
https://tomchentw.github.io/react-google-maps/
MIT License
4.62k stars 939 forks source link

default close icon from google is over http. #962

Open rohangeorge91 opened 5 years ago

rohangeorge91 commented 5 years ago

Hi,

On the InfoBox component if a closeBoxURL is not passed in the options then it uses "http://www.google.com/intl/en_us/mapfiles/close.gif" I wanted to make a PR for this to use the 'https' (as default), but I can't find where the default value is set on this library. to overwrite the default.

Problem Chrome now gives a warning on the security for the site which states that some requests are made over HTTP instead of HTTPS.