mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-19 18:26:34 +01:00
[NetworkManager] Also add centrum.cz to SslV3 sites list
This commit is contained in:
parent
5d1f560c5f
commit
cfddd6d4e1
@ -86,8 +86,9 @@ NetworkManager::NetworkManager(QObject* parent)
|
||||
loadSettings();
|
||||
|
||||
// Force SSLv3 for servers that doesn't understand TLSv1 handshake
|
||||
m_sslv3Sites << QLatin1String("centrum.sk") << QLatin1String("oneaccount.com") << QLatin1String("hdi.de")
|
||||
<< QLatin1String("live.com");
|
||||
m_sslv3Sites << QLatin1String("centrum.sk") << QLatin1String("centrum.cz") << QLatin1String("oneaccount.com") << QLatin1String("hdi.de")
|
||||
<< QLatin1String("live.com") << QLatin1String("i0.cz");
|
||||
|
||||
}
|
||||
|
||||
void NetworkManager::loadSettings()
|
||||
|
@ -43,9 +43,11 @@ void NetworkTest::sslv3test_data()
|
||||
|
||||
// Sites that loads only with SslV3 forced and have it forced in NetworkManager
|
||||
QTest::newRow("centrum.sk") << QUrl("https://user.centrum.sk/");
|
||||
QTest::newRow("centrum.cz") << QUrl("https://user.centrum.cz/");
|
||||
QTest::newRow("oneaccount.com") << QUrl("https://service.oneaccount.com/onlineV2/OSV2?event=login&pt=3");
|
||||
QTest::newRow("hdi.de") << QUrl("https://www.hdi.de/");
|
||||
QTest::newRow("office-webapps") << QUrl("https://skydrive.live.com/view.aspx?resid=4FE8716FF67627C7!1218&cid=4fe8716ff67627c7&app=Word&wdo=2");
|
||||
QTest::newRow("i0.cz") << QUrl("https://i0.cz/6/ju/css/login/centrum.sk.css");
|
||||
}
|
||||
|
||||
void NetworkTest::sslv3test()
|
||||
|
Loading…
Reference in New Issue
Block a user