mirror of
https://github.com/bitwarden/mobile
synced 2026-01-09 20:13:18 +00:00
PM-1076 added warning on unlocking iOS extensions when the kdf type is argon2id and the memory is higher than 48MB, to let the user know that unlocking might crash the extension (#2560)
This commit is contained in:
committed by
GitHub
parent
1c13ed9895
commit
3b087c50ae
@@ -32,5 +32,6 @@
|
||||
public const string UTTypeAppExtensionImage = "public.image";
|
||||
|
||||
public const string AutofillNeedsIdentityReplacementKey = "autofillNeedsIdentityReplacement";
|
||||
public const int MaximumArgon2IdMemoryBeforeExtensionCrashing = 48;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user