Disable link changes to HTTPS

This commit is contained in:
eraseyourknees
2022-10-05 16:32:40 +02:00
parent aeb86d4333
commit d089aa698c
2 changed files with 2 additions and 9 deletions

View File

@ -157,14 +157,7 @@ function uupApiBuildMajor($build) {
}
function uupApiFixDownloadLink($link) {
if($link == null)
return null;
return str_replace(
'http://tlu.dl.delivery.mp.microsoft.com',
'https://uupdump.sf.tlu.dl.delivery.mp.microsoft.com',
$link
);
return $link;
}
function uupApiReadJson($path) {