From bcabed0d334c78b016864610af050ce067a9f269 Mon Sep 17 00:00:00 2001 From: luzea Date: Tue, 8 Feb 2022 16:42:42 +0100 Subject: [PATCH] Use HTTPS for downloading files from Microsoft --- get.php | 1 + 1 file changed, 1 insertion(+) diff --git a/get.php b/get.php index dc37b40..d07b519 100644 --- a/get.php +++ b/get.php @@ -295,6 +295,7 @@ function uupGetFiles( $filesNew = array(); foreach($filesInfoKeys as $val) { $filesNew[$val] = $filesInfoList[$val]; + $filesNew[$val]['url'] = str_replace('http://tlu.dl.delivery.mp.microsoft.com', 'https://uupdump.sf.tlu.dl.delivery.mp.microsoft.com', $filesInfoList[$val]['url']); } $files = $filesNew;