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

@ -16,7 +16,7 @@ limitations under the License.
*/ */
function uupApiVersion() { function uupApiVersion() {
return '1.39.0'; return '1.39.1';
} }
require_once dirname(__FILE__).'/auths.php'; require_once dirname(__FILE__).'/auths.php';

View File

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