change to https (#2863)

This commit is contained in:
tooomm 2017-10-04 18:46:43 +02:00 committed by Zach H
parent ada262b826
commit 9cbdc4195e

View file

@ -60,7 +60,7 @@ void DeckStatsInterface::analyzeDeck(DeckList *deck)
QByteArray data;
getAnalyzeRequestData(deck, &data);
QNetworkRequest request(QUrl("http://deckstats.net/index.php"));
QNetworkRequest request(QUrl("https://deckstats.net/index.php"));
request.setHeader(QNetworkRequest::ContentTypeHeader, "application/x-www-form-urlencoded");
manager->post(request, data);