mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Remove hdi.de from list to force SSLv3
This commit is contained in:
parent
a70a03272f
commit
613d18ed16
|
@ -102,7 +102,7 @@ void NetworkManager::loadSettings()
|
|||
|
||||
// Force SSLv3 for servers that doesn't understand TLSv1 handshake
|
||||
QStringList sslv3Sites;
|
||||
sslv3Sites << QLatin1String("centrum.sk") << QLatin1String("centrum.cz") << QLatin1String("oneaccount.com") << QLatin1String("hdi.de")
|
||||
sslv3Sites << QLatin1String("centrum.sk") << QLatin1String("centrum.cz") << QLatin1String("oneaccount.com")
|
||||
<< QLatin1String("live.com") << QLatin1String("i0.cz") << QLatin1String("sermepa.es");
|
||||
|
||||
settings.beginGroup("Web-Browser-Settings");
|
||||
|
|
|
@ -45,7 +45,6 @@ void NetworkTest::sslv3test_data()
|
|||
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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user