1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

Feature flag for ForceUpdateKDFSettings (#15618)

This commit is contained in:
Maciej Zieniuk
2025-07-15 16:11:44 +02:00
committed by GitHub
parent d1f0c40e2f
commit c6fd7b65e6

View File

@@ -44,6 +44,7 @@ export enum FeatureFlag {
UseSDKForDecryption = "use-sdk-for-decryption",
PM17987_BlockType0 = "pm-17987-block-type-0",
EnrollAeadOnKeyRotation = "enroll-aead-on-key-rotation",
ForceUpdateKDFSettings = "pm-18021-force-update-kdf-settings",
/* Tools */
DesktopSendUIRefresh = "desktop-send-ui-refresh",
@@ -121,6 +122,7 @@ export const DefaultFeatureFlagValue = {
[FeatureFlag.UseSDKForDecryption]: FALSE,
[FeatureFlag.PM17987_BlockType0]: FALSE,
[FeatureFlag.EnrollAeadOnKeyRotation]: FALSE,
[FeatureFlag.ForceUpdateKDFSettings]: FALSE,
/* Platform */
[FeatureFlag.IpcChannelFramework]: FALSE,