mapbox / mapbox.js

Mapbox JavaScript API, a Leaflet Plugin
mapbox.com/mapbox.js/
Other
1.92k stars 386 forks source link

Update src/format_url.js: fixes #1304 #1305

Closed whyvez closed 4 years ago

whyvez commented 4 years ago

Fixes issue where style URLs where always being requested from HTTPS even if the config was set to use HTTP.

whyvez commented 4 years ago

@asheemmamoowala The FORCE_HTTPS config is already used from the request module. That by itself should be sufficient to detect and apply the proper protocol to the style requests.