mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fix: No access rights after restore from backup (#1009)
Co-authored-by: int3debug <gh.ditch236@passinbox.com>
This commit is contained in:
parent
4468ce3d80
commit
16510923d2
1 changed files with 3 additions and 2 deletions
|
@ -40,7 +40,7 @@ import java.io.OutputStream
|
||||||
import java.io.PrintWriter
|
import java.io.PrintWriter
|
||||||
import java.lang.System.currentTimeMillis
|
import java.lang.System.currentTimeMillis
|
||||||
import java.text.SimpleDateFormat
|
import java.text.SimpleDateFormat
|
||||||
import java.util.*
|
import java.util.Date
|
||||||
|
|
||||||
object BackupUtils {
|
object BackupUtils {
|
||||||
|
|
||||||
|
@ -68,7 +68,8 @@ object BackupUtils {
|
||||||
DOWNLOAD_EPISODE_CACHE,
|
DOWNLOAD_EPISODE_CACHE,
|
||||||
|
|
||||||
"biometric_key", // can lock down users if backup is shared on a incompatible device
|
"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 */
|
/** false if key should not be contained in backup */
|
||||||
|
|
Loading…
Reference in a new issue