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