From 76bc3d3c8868d745da8b205995c1a8dce21dd155 Mon Sep 17 00:00:00 2001 From: Galen Reich <54807169+GalenReich@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:06:29 +0200 Subject: [PATCH] Use https for bing module to avoid blocking --- src/maps/bing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maps/bing.js b/src/maps/bing.js index c2abea1..b925e88 100644 --- a/src/maps/bing.js +++ b/src/maps/bing.js @@ -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;