1
0
mirror of https://github.com/bitwarden/server synced 2026-01-29 15:53:36 +00:00

chore(flags): [PM-31326] Rename ipc-channel-framework feature flag

This commit is contained in:
Todd Martin
2026-01-28 08:25:46 -05:00
committed by GitHub
parent 4403e036fd
commit 2c39e336e0

View File

@@ -225,7 +225,7 @@ public static class FeatureFlagKeys
/* Platform Team */
public const string WebPush = "web-push";
public const string IpcChannelFramework = "ipc-channel-framework";
public const string ContentScriptIpcFramework = "content-script-ipc-channel-framework";
public const string PushNotificationsWhenLocked = "pm-19388-push-notifications-when-locked";
public const string PushNotificationsWhenInactive = "pm-25130-receive-push-notifications-for-inactive-users";
public const string WebAuthnRelatedOrigins = "pm-30529-webauthn-related-origins";