Disable certificate transparency

master
M66B 3 months ago
parent 8073d01030
commit 050c32700f

@ -1107,6 +1107,9 @@ public class ApplicationEx extends Application
editor.putBoolean("restore_on_launch", false); editor.putBoolean("restore_on_launch", false);
} }
if (version < 2283)
editor.remove("cert_transparency");
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG) if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service"); editor.remove("background_service");

Loading…
Cancel
Save