summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/js/app.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 1dd383f1..c187c28e 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1048,6 +1048,9 @@ angular.module('zmApp', [
if (window.cordova) {
$cordovaSplashscreen.hide();
+
+ ZMDataModel.zmLog ("Enabling insecure SSL");
+ cordova.plugins.certificates.trustUnsecureCerts(true);
cordova.getAppVersion(function (version) {
appVersion = version;