From 4840f17f05c431ea20a8bf2cbbd664141fa10cf5 Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Wed, 2 Oct 2019 10:08:24 -0400 Subject: [PATCH] https for snapshot redirect --- controller/action/DownloadActions.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/action/DownloadActions.class.php b/controller/action/DownloadActions.class.php index fd114212..3c67397a 100644 --- a/controller/action/DownloadActions.class.php +++ b/controller/action/DownloadActions.class.php @@ -30,7 +30,7 @@ class DownloadActions extends Actions 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