fix: No access rights after restore from backup (#1009)

Co-authored-by: int3debug <gh.ditch236@passinbox.com>
This commit is contained in:
int3debug 2024-03-25 00:41:04 +01:00 committed by GitHub
parent 4468ce3d80
commit 16510923d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ import java.io.OutputStream
import java.io.PrintWriter
import java.lang.System.currentTimeMillis
import java.text.SimpleDateFormat
import java.util.*
import java.util.Date
object BackupUtils {
@ -68,7 +68,8 @@ object BackupUtils {
DOWNLOAD_EPISODE_CACHE,
"biometric_key", // can lock down users if backup is shared on a incompatible device
"nginx_user" // Nginx user key
"nginx_user", // Nginx user key
"download_path_key" // No access rights after restore data from backup
)
/** false if key should not be contained in backup */