Browse Source

Remove certification skipping

Tobias Hieta 9 years ago
parent
commit
0d4282a6b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/ui/webview.qml

+ 2 - 2
src/ui/webview.qml

@@ -68,8 +68,8 @@ KonvergoWindow
       components.system.info(message)
     }
 
-    onCertificateError: {
-      error.ignoreCertificateError()
+    onCertificateError:
+    {
       console.log(error.url + " :" + error.description + error.error)
     }
   }