From 4d1b357b9b374c1fcc65ff597504aaa83e92cd0c Mon Sep 17 00:00:00 2001 From: int3debug <164035730+int3debug@users.noreply.github.com> Date: Wed, 10 Apr 2024 09:55:11 +0200 Subject: [PATCH] hotfix: no benene cheat --- .../main/java/com/lagradost/cloudstream3/utils/BackupUtils.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/com/lagradost/cloudstream3/utils/BackupUtils.kt b/app/src/main/java/com/lagradost/cloudstream3/utils/BackupUtils.kt index 279a0cb5..2f608c2e 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/utils/BackupUtils.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/utils/BackupUtils.kt @@ -69,7 +69,9 @@ object BackupUtils { "biometric_key", // can lock down users if backup is shared on a incompatible device "nginx_user", // Nginx user key - "download_path_key" // No access rights after restore data from backup + "download_path_key", // No access rights after restore data from backup + "benene_count" // no benene cheat + ) /** false if key should not be contained in backup */