mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
https for snapshot redirect
This commit is contained in:
parent
ed8fec9c4d
commit
4840f17f05
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue