From eb27accd036c389750a90dd7951a9f574cb78648 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Sun, 28 Jul 2024 11:20:11 +0200 Subject: [PATCH] chore: Upgrade fallback METAR URL to HTTPS --- resources/share/shared/bootstrap/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/share/shared/bootstrap/bootstrap.json b/resources/share/shared/bootstrap/bootstrap.json index c648dd926..d8842c61d 100644 --- a/resources/share/shared/bootstrap/bootstrap.json +++ b/resources/share/shared/bootstrap/bootstrap.json @@ -28,7 +28,7 @@ "url": "http://fsd.vatsim.net" }, "vatsimMetarsUrl": { - "url": "http://metar.vatsim.net/metar.php" + "url": "https://metar.vatsim.net/metar.php" }, "vatsimStatusFileUrl": { "url": "https://status.vatsim.net/status.json"