mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Remove UseTreeWalkerApiForPageDetailsCollection feature flag (#16130)
* remove flag and instances of use * feedback jprusik: additional removals of pageContainsShadowDomElements * feedback jprusik: remove a stray logic branch
This commit is contained in:
@@ -18,7 +18,6 @@ export enum FeatureFlag {
|
||||
|
||||
/* Autofill */
|
||||
NotificationRefresh = "notification-refresh",
|
||||
UseTreeWalkerApiForPageDetailsCollection = "use-tree-walker-api-for-page-details-collection",
|
||||
MacOsNativeCredentialSync = "macos-native-credential-sync",
|
||||
WindowsDesktopAutotype = "windows-desktop-autotype",
|
||||
|
||||
@@ -74,7 +73,6 @@ export const DefaultFeatureFlagValue = {
|
||||
|
||||
/* Autofill */
|
||||
[FeatureFlag.NotificationRefresh]: FALSE,
|
||||
[FeatureFlag.UseTreeWalkerApiForPageDetailsCollection]: FALSE,
|
||||
[FeatureFlag.MacOsNativeCredentialSync]: FALSE,
|
||||
[FeatureFlag.WindowsDesktopAutotype]: FALSE,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user