mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
change to https (#2863)
This commit is contained in:
parent
ada262b826
commit
9cbdc4195e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue