guerzon / vaultwarden

Helm chart for Vaultwarden, the (unofficial) Bitwarden-compatible server written in Rust, formerly known as bitwarden_rs
MIT License
117 stars 60 forks source link

Allow configuring experimental client feature flags #67

Closed PKizzle closed 4 months ago

PKizzle commented 5 months ago

With the latest vaultwarden version 1.30.2 it is possible to enable experimental client features using flags. This comma separated list may be altered to enable additional features or disable features that are enabled by default. The default value of null makes sure to use the default list of features included in the vaultwarden binary as this list might change with each release.

guerzon commented 4 months ago

Thanks for the PR @PKizzle.