what is correct way to ignore certificate errors in qml webEngineView? this one didnt work for me! qt documentation is so bad about web engine view here is certificate page : certificate error
WebEngineView {
id:webView
certificateError: WebEngineCertificateError.ignoreCertificateError()
}