mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
Compare commits
2 Commits
b594410e38
...
45f9e5299a
Author | SHA1 | Date | |
---|---|---|---|
|
45f9e5299a | ||
|
0c848a249d |
@ -1,8 +1,9 @@
|
||||
|
||||
#include "enhancedwebpage.h"
|
||||
#include <QWebEngineCertificateError>
|
||||
#include <plog/Log.h>
|
||||
|
||||
bool EnhancedWebPage::certificateError(const QWebEngineCertificateError &certificateError) {
|
||||
LOGI << "An error occurred during certificate verification for " << certificateError.url().toString() << "; " << certificateError.errorDescription();
|
||||
return certificateError.isOverridable();
|
||||
LOGI << "An error occurred during certificate verification for" << certificateError.url() << "; " << certificateError.errorDescription();
|
||||
return certificateError.deferred();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user