Skip to content

Allow the user to choose whether certificate errors for a given URL should be...

Allow the user to choose whether certificate errors for a given URL should be ignored forever or only once

The choice is stored in konquerorrc as a list of error codes, corresponding to QWebEngineCertificateError::Error for each URL. This way, if the user choose to forever ignore an error caused by, for example, an invalid certificate date, he'll still be asked what to do in case of an error due to the host name not matching the certificate error.

Merge request reports