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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user