瀏覽代碼

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


Loading…
取消
儲存