Skip to content

Commit

Permalink
Use https for bing module to avoid blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
GalenReich committed Sep 2, 2024
1 parent a8b20f6 commit 76bc3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maps/bing.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Bing {

define("maps/bing", [
"module",
"http://www.bing.com/api/maps/mapcontrol"
"https://www.bing.com/api/maps/mapcontrol"
], function() {
// Workaround for a known Bing Maps V8 Web Control error
window.sj_evt = undefined;
Expand Down

0 comments on commit 76bc3d3

Please sign in to comment.