https4dlc
authorsheepluva
Tue, 29 Mar 2016 09:00:12 +0200
changeset 11626 6225dfeba347
parent 11625 9d3e32623567
child 11627 221691bede23
https4dlc
QTfrontend/ui/page/pagedata.cpp
--- a/QTfrontend/ui/page/pagedata.cpp	Tue Mar 29 08:52:45 2016 +0200
+++ b/QTfrontend/ui/page/pagedata.cpp	Tue Mar 29 09:00:12 2016 +0200
@@ -85,7 +85,7 @@
 {
     QUrl finalUrl;
     if(url.host().isEmpty())
-        finalUrl = QUrl("http://www.hedgewars.org" + url.path());
+        finalUrl = QUrl("https://www.hedgewars.org" + url.path());
     else
         finalUrl = url;
 
@@ -195,7 +195,7 @@
 
 void PageDataDownload::fetchList()
 {
-    request(QUrl("http://hedgewars.org/content.html"));
+    request(QUrl("https://hedgewars.org/content.html"));
 }