Ignore missing SSLv3 messages from Qt
This commit is contained in:
parent
ef01566621
commit
f040fd5a6d
@ -330,6 +330,10 @@ def qt_message_handler(msg_type, context, msg):
|
||||
"Image of format '' blocked because it is not considered safe. If you "
|
||||
"are sure it is safe to do so, you can white-list the format by "
|
||||
"setting the environment variable QTWEBKIT_IMAGEFORMAT_WHITELIST=",
|
||||
# Installing Qt from the installer may cause it looking for SSL3 which
|
||||
# may not be available on the system
|
||||
"QSslSocket: cannot resolve SSLv3_client_method",
|
||||
"QSslSocket: cannot resolve SSLv3_server_method",
|
||||
]
|
||||
if sys.platform == 'darwin':
|
||||
suppressed_msgs += [
|
||||
|
Loading…
Reference in New Issue
Block a user