The icon server redirect code is already set to 301, but the response header contains cache-control: no-cache, no-store, max-age=0, this causes a permanent redirect to not be cached by the browser.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @zvrh on GitHub (Nov 18, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6477
Originally assigned to: @BlackDex on GitHub.
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Config:
Vaultwarden Build Version
v1.34.3 & 1.34.3-319d9821
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
no Reverse Proxy
Host/Server Operating System
Linux
Operating System Version
No response
Clients
Web Vault
Client Version
No response
Steps To Reproduce
The icon server redirect code is already set to 301, but the response header contains
cache-control: no-cache, no-store, max-age=0, this causes a permanent redirect to not be cached by the browser.Expected Result
The browser can correctly cache icon redirects.
Actual Result
The browser does not cache icon redirection.
Logs
Screenshots or Videos
No response
Additional Context
No response