mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Move feature flags for Data Insights and Reporting (#14375)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
18d47a29df
commit
c08888bbd9
@@ -35,6 +35,10 @@ export enum FeatureFlag {
|
|||||||
PM18794_ProviderPaymentMethod = "pm-18794-provider-payment-method",
|
PM18794_ProviderPaymentMethod = "pm-18794-provider-payment-method",
|
||||||
PM17772_AdminInitiatedSponsorships = "pm-17772-admin-initiated-sponsorships",
|
PM17772_AdminInitiatedSponsorships = "pm-17772-admin-initiated-sponsorships",
|
||||||
|
|
||||||
|
/* Data Insights and Reporting */
|
||||||
|
CriticalApps = "pm-14466-risk-insights-critical-application",
|
||||||
|
EnableRiskInsightsNotifications = "enable-risk-insights-notifications",
|
||||||
|
|
||||||
/* Key Management */
|
/* Key Management */
|
||||||
PrivateKeyRegeneration = "pm-12241-private-key-regeneration",
|
PrivateKeyRegeneration = "pm-12241-private-key-regeneration",
|
||||||
UserKeyRotationV2 = "userkey-rotation-v2",
|
UserKeyRotationV2 = "userkey-rotation-v2",
|
||||||
@@ -43,8 +47,6 @@ export enum FeatureFlag {
|
|||||||
|
|
||||||
/* Tools */
|
/* Tools */
|
||||||
ItemShare = "item-share",
|
ItemShare = "item-share",
|
||||||
CriticalApps = "pm-14466-risk-insights-critical-application",
|
|
||||||
EnableRiskInsightsNotifications = "enable-risk-insights-notifications",
|
|
||||||
DesktopSendUIRefresh = "desktop-send-ui-refresh",
|
DesktopSendUIRefresh = "desktop-send-ui-refresh",
|
||||||
|
|
||||||
/* Vault */
|
/* Vault */
|
||||||
@@ -92,10 +94,12 @@ export const DefaultFeatureFlagValue = {
|
|||||||
[FeatureFlag.UseTreeWalkerApiForPageDetailsCollection]: FALSE,
|
[FeatureFlag.UseTreeWalkerApiForPageDetailsCollection]: FALSE,
|
||||||
[FeatureFlag.MacOsNativeCredentialSync]: FALSE,
|
[FeatureFlag.MacOsNativeCredentialSync]: FALSE,
|
||||||
|
|
||||||
/* Tools */
|
/* Data Insights and Reporting */
|
||||||
[FeatureFlag.ItemShare]: FALSE,
|
|
||||||
[FeatureFlag.CriticalApps]: FALSE,
|
[FeatureFlag.CriticalApps]: FALSE,
|
||||||
[FeatureFlag.EnableRiskInsightsNotifications]: FALSE,
|
[FeatureFlag.EnableRiskInsightsNotifications]: FALSE,
|
||||||
|
|
||||||
|
/* Tools */
|
||||||
|
[FeatureFlag.ItemShare]: FALSE,
|
||||||
[FeatureFlag.DesktopSendUIRefresh]: FALSE,
|
[FeatureFlag.DesktopSendUIRefresh]: FALSE,
|
||||||
|
|
||||||
/* Vault */
|
/* Vault */
|
||||||
|
|||||||
Reference in New Issue
Block a user