From 9cbdc4195e51bed615880e38aa4f2c1b14935c4c Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 4 Oct 2017 18:46:43 +0200 Subject: [PATCH] change to https (#2863) --- cockatrice/src/deckstats_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/deckstats_interface.cpp b/cockatrice/src/deckstats_interface.cpp index be24a2576..08355be75 100644 --- a/cockatrice/src/deckstats_interface.cpp +++ b/cockatrice/src/deckstats_interface.cpp @@ -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);