diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-02-17 09:34:26 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-02-17 09:34:26 -0500 |
| commit | 4f24f51a5eb31c3c1e93ecbbc65111b0c037ff29 (patch) | |
| tree | 0c8ecdae8c9e20b67f55c6aa67af3e5d57c56b99 /www/templates | |
| parent | 9259570206df3033c40fdb1f753d53911f8e0358 (diff) | |
android and iOS ports now allow for strict SSL checks via setting in dev options. DO NOT ENABLE with self signed certs #455
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/devoptions.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index e84ef7de..e72ffe72 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -116,6 +116,11 @@ </ion-toggle> </label> + <label ng-if="$root.platformOS!='desktop'"> + <ion-toggle ng-model="loginData.enableStrictSSL" ng-checked="loginData.enableStrictSSL" toggle-class="toggle-calm"><span class="item-text-wrap">{{'kEnableStrictSSL' | translate}} + </span> + </ion-toggle> + </label> <label> <ion-toggle ng-model="loginData.enableGIFMP4" ng-checked="loginData.enableGIFMP4" toggle-class="toggle-calm"><span class="item-text-wrap">{{'kEnableGIFMP4' | translate}} |
