mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[PR #6855] add a config experimental_client_feature_flags_skip_validation #3863
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3863
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6855
Author: @phoeagon
Created: 2/21/2026
Status: 🔄 Open
Base:
main← Head:newb📝 Commits (1)
acb2069add a config experimental_client_feature_flags_skip_validation, that, when set, passes through all feature flags verbatim without validation. Useful for testing and eaerly adopters📊 Changes
2 files changed (+17 additions, -6 deletions)
View changed files
📝
.env.template(+5 -0)📝
src/config.rs(+12 -6)📄 Description
add a config experimental_client_feature_flags_skip_validation, that, when set, passes through all feature flags verbatim without validation.
This is useful for testing and early adopters to test it out in their docker spaces, without waiting for an official binary change.
verified that this achieves the desired behavior:
https://gist.github.com/phoeagon/6e599a40001f452837ece1f967ae8e77
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.