mapbox.js
mapbox.js copied to clipboard
default FORCE_HTTPS to true
We should change the default for FORCE_HTTPS to true.
We will need to make an exception for IE<10 however, where XDR restrictions force us to match the document protocol.
We can also make the XDR exception only for AJAX requests and always force https for tile requests.