googlemaps / js-api-loader

Load the Google Maps JavaScript API script dynamically.
Apache License 2.0
347 stars 64 forks source link

Update jest loader URL to use https #855

Open wangela opened 2 months ago

wangela commented 2 months ago

Code scanning reports that the e2e file for jest-lite in index.html is using an http URL instead of an https URL.

Remedy by replacing the http with https.