Skip to content

Commit

Permalink
Merge pull request #18 from bellingcat/upgrade-bing-security
Browse files Browse the repository at this point in the history
Use https for bing module to avoid blocking
  • Loading branch information
GalenReich authored Sep 2, 2024
2 parents a8b20f6 + 76bc3d3 commit bd9dd61
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 bd9dd61

Please sign in to comment.