NOISSUE use https more widely
This commit is contained in:
parent
9b74e73ad3
commit
0572a1e4e6
12 changed files with 23 additions and 23 deletions
|
@ -124,7 +124,7 @@ AboutDialog::~AboutDialog()
|
|||
void AboutDialog::loadPatronList()
|
||||
{
|
||||
netJob.reset(new NetJob("Patreon Patron List"));
|
||||
netJob->addNetAction(Net::Download::makeByteArray(QUrl("http://files.multimc.org/patrons.txt"), &dataSink));
|
||||
netJob->addNetAction(Net::Download::makeByteArray(QUrl("https://files.multimc.org/patrons.txt"), &dataSink));
|
||||
connect(netJob.get(), &NetJob::succeeded, this, &AboutDialog::patronListLoaded);
|
||||
netJob->start();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue