mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 17:12:43 -05:00
[PR #6855] [CLOSED] add a config experimental_client_feature_flags_skip_validation #16697
Reference in New Issue
Block a user
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: ❌ Closed
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.