From 2c39e336e060b854aca69fe005b7591c91c50fc2 Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Wed, 28 Jan 2026 08:25:46 -0500 Subject: [PATCH] chore(flags): [PM-31326] Rename ipc-channel-framework feature flag --- src/Core/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 2f0a6f808a..d9a72582ab 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -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";