1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

feat: force turn on feature

This commit is contained in:
Andreas Coroiu
2025-04-11 12:55:02 +02:00
parent 6da0e18da5
commit 149af508d6

View File

@@ -125,7 +125,7 @@ export const DefaultFeatureFlagValue = {
[FeatureFlag.PM17987_BlockType0]: FALSE,
/* Platform */
[FeatureFlag.IpcChannelFramework]: FALSE,
[FeatureFlag.IpcChannelFramework]: true,
} satisfies Record<FeatureFlag, AllowedFeatureFlagTypes>;
export type DefaultFeatureFlagValueType = typeof DefaultFeatureFlagValue;