fix(StatusQ): Do not require ssl to check the internet connection
This commit is contained in:
parent
514428ee57
commit
8a81a5fc92
|
@ -16,7 +16,7 @@ bool NetworkChecker::isOnline() const
|
||||||
|
|
||||||
void NetworkChecker::checkNetwork()
|
void NetworkChecker::checkNetwork()
|
||||||
{
|
{
|
||||||
QNetworkRequest request(QUrl("https://fedoraproject.org/static/hotspot.txt"));
|
QNetworkRequest request(QUrl(QStringLiteral("http://fedoraproject.org/static/hotspot.txt")));
|
||||||
manager.get(request);
|
manager.get(request);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue