Browse Source

revert android to basic security

tags/v0.13.1
Jonathan Cobb 4 years ago
parent
commit
1fa47f5176
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bubble-server/src/main/java/bubble/model/device/BubbleDeviceType.java

+ 1
- 1
bubble-server/src/main/java/bubble/model/device/BubbleDeviceType.java View File

@@ -22,7 +22,7 @@ public enum BubbleDeviceType {
windows (CertType.cer, true, DeviceSecurityLevel.standard),
macosx (CertType.pem, true, DeviceSecurityLevel.standard),
ios (CertType.pem, true, DeviceSecurityLevel.standard),
android (CertType.cer, true, DeviceSecurityLevel.standard),
android (CertType.cer, true, DeviceSecurityLevel.basic),
linux (CertType.crt, true, DeviceSecurityLevel.standard),
firefox (CertType.crt, false),
other (null, true, DeviceSecurityLevel.basic);


Loading…
Cancel
Save