summaryrefslogtreecommitdiff
path: root/www/js/MenuController.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-04-15 10:51:56 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-04-15 10:51:56 -0400
commit4932c36b1bcc1acd6e5b68a7874a25097647f9af (patch)
tree4b9c606a00715a42e74bb83d762c671dbf56d960 /www/js/MenuController.js
parentd292a9318d8adcfa86b62e8909f8ea13d5816227 (diff)
encode all non standard characters
Diffstat (limited to 'www/js/MenuController.js')
-rw-r--r--www/js/MenuController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MenuController.js b/www/js/MenuController.js
index 781fb21e..e7bf6c53 100644
--- a/www/js/MenuController.js
+++ b/www/js/MenuController.js
@@ -146,7 +146,7 @@ angular.module('zmApp.controllers').controller('MenuController', ['$scope', '$io
//alert("Enabling insecure SSL");
NVR.log(">>>> Disabling strict SSL checking (turn off in Dev Options if you can't connect)");
- cordova.plugin.http.setSSLCertMode('nocheck', function () {
+ cordova.plugin.http.setServerTrustMode('nocheck', function () {
NVR.debug('--> SSL is permissive, will allow any certs. Use at your own risk.');
}, function () {
NVR.log('-->Error setting SSL permissive');