mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Use TLS 1.2 with Qt 5 when disabling SSLv3
This commit is contained in:
parent
57a9286c05
commit
0ccc759e1f
|
@ -189,7 +189,7 @@ void NetworkManager::disableSSLv3(bool disable)
|
|||
tlsProtocol = QSsl::TlsV1;
|
||||
defaultProtocol = QSsl::TlsV1SslV3;
|
||||
#else
|
||||
tlsProtocol = QSsl::TlsV1_0;
|
||||
tlsProtocol = QSsl::TlsV1_2;
|
||||
defaultProtocol = QSsl::TlsV1SslV3;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user