mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Always use HTTPS to load Bing Streetside images (#10798)
This commit is contained in:
@@ -122,9 +122,9 @@ function loadNextTilePage(which, url, tile) {
|
||||
const d = {
|
||||
loc: loc,
|
||||
key: bubbleId,
|
||||
imageUrl: bubble.imageUrl.replace('{subdomain}',
|
||||
bubble.imageUrlSubdomains[0]
|
||||
),
|
||||
imageUrl: bubble.imageUrl
|
||||
.replace('{subdomain}', bubble.imageUrlSubdomains[0])
|
||||
.replace(/^http:/, 'https:'), // always use HTTPS (see #10797)
|
||||
ca: bubble.he || bubble.heading,
|
||||
captured_at: bubble.vintageEnd,
|
||||
captured_by: 'microsoft',
|
||||
|
||||
Reference in New Issue
Block a user