Allow customizing the featureStates #1315

Closed
opened 2026-04-06 01:44:34 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @PKizzle on 12/14/2023

Instead of statically disabling autofill-v2 and enabling fido2-vault-credentials let the user decide which features to en-/disable.

By default the above mentioned standard values are used but can be changed by specifying a comma separated list of any of the currently available in the bitwarden clients: 00fd45a678/libs/common/src/enums/feature-flag.enum.ts

To disable a feature just prepend an exclamation mark (!). The default value is: !autofill-v2,fido2-vault-credentials

*Originally created by @PKizzle on 12/14/2023* Instead of statically disabling autofill-v2 and enabling fido2-vault-credentials let the user decide which features to en-/disable. By default the above mentioned standard values are used but can be changed by specifying a comma separated list of any of the currently available in the bitwarden clients: https://github.com/bitwarden/clients/blob/00fd45a678956c76dde6caa76e8ba266c204471c/libs/common/src/enums/feature-flag.enum.ts ~To disable a feature just prepend an exclamation mark (!). The default value is: `!autofill-v2,fido2-vault-credentials`~
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1315