guerzon / vaultwarden

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

Websockets should be disabled by default #87

Closed PseudoResonance closed 2 months ago

PseudoResonance commented 6 months 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.

guerzon commented 2 months ago

Hi @PseudoResonance, websockets have been removed from the chart altogether via #103.