--- 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"));
}