From 586e6b3e9acac30c2fd7da0170952b8824c05515 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"