浏览代码

revert android to basic security

tags/v0.13.1
Jonathan Cobb 4 年前
父节点
当前提交
1fa47f5176
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 查看文件

@@ -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);


正在加载...
取消
保存