mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Remove live.com from list to force SSLv3
This commit is contained in:
parent
a0dd1ddcb7
commit
ebb2544142
|
@ -103,7 +103,7 @@ void NetworkManager::loadSettings()
|
||||||
// Force SSLv3 for servers that doesn't understand TLSv1 handshake
|
// Force SSLv3 for servers that doesn't understand TLSv1 handshake
|
||||||
QStringList sslv3Sites;
|
QStringList sslv3Sites;
|
||||||
sslv3Sites << QLatin1String("centrum.sk") << QLatin1String("centrum.cz") << QLatin1String("oneaccount.com")
|
sslv3Sites << QLatin1String("centrum.sk") << QLatin1String("centrum.cz") << QLatin1String("oneaccount.com")
|
||||||
<< QLatin1String("live.com") << QLatin1String("i0.cz") << QLatin1String("sermepa.es");
|
<< QLatin1String("i0.cz") << QLatin1String("sermepa.es");
|
||||||
|
|
||||||
settings.beginGroup("Web-Browser-Settings");
|
settings.beginGroup("Web-Browser-Settings");
|
||||||
m_doNotTrack = settings.value("DoNotTrack", false).toBool();
|
m_doNotTrack = settings.value("DoNotTrack", false).toBool();
|
||||||
|
|
|
@ -45,7 +45,6 @@ void NetworkTest::sslv3test_data()
|
||||||
QTest::newRow("centrum.sk") << QUrl("https://user.centrum.sk/");
|
QTest::newRow("centrum.sk") << QUrl("https://user.centrum.sk/");
|
||||||
QTest::newRow("centrum.cz") << QUrl("https://user.centrum.cz/");
|
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("oneaccount.com") << QUrl("https://service.oneaccount.com/onlineV2/OSV2?event=login&pt=3");
|
||||||
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");
|
QTest::newRow("i0.cz") << QUrl("https://i0.cz/6/ju/css/login/centrum.sk.css");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user