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

Websockets should be disabled by default #87

Open PseudoResonance opened 1 month ago

PseudoResonance commented 1 month ago

As described here, WEBSOCKET_ENABLED is now false by default. When it's set to true, Vaultwarden uses the deprecated WebSocket support instead of the newer Rocket one.