https for snapshot redirect

This commit is contained in:
Alex Grin 2019-10-02 10:08:24 -04:00 committed by GitHub
parent ed8fec9c4d
commit 4840f17f05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ class DownloadActions extends Actions
krsort($bucket); krsort($bucket);
return Controller::redirect("http://$bucketName/" . array_keys($bucket)[0], 302); return Controller::redirect("https://$bucketName/" . array_keys($bucket)[0], 302);
} }
/* /*
* this is a quick fix to add android, prob not proper design * this is a quick fix to add android, prob not proper design