vaultwarden/src
Mathijs van Veluw f125d5f1a1
Misc Updates and favicon fixes (#5993)
- Updated crates
- Switched to rustls instead of native-tls
  Some dependency were already using rustls by default or without option.
  By removing native-tls we also have just one way of working here.

Updated favicon fetching which now is able to fetch more icons.
- Use rustls instead of native-tls
  This seems to work better, probably because of tls sniffing
- Use different user-agent and added several other headers
- Added SVG support. SVG Images will be sanitized first before stored or presented.
  Also, a special CSP for images will be sent to prevent scripts etc.. from SVG images.

Signed-off-by: BlackDex <black.dex@gmail.com>
2025-06-27 21:20:36 +02:00
..
api Misc Updates and favicon fixes (#5993) 2025-06-27 21:20:36 +02:00
db Fix and improvements to policies (#5923) 2025-06-02 21:47:12 +02:00
static make css for login-page position independent (#5906) 2025-06-14 19:31:51 +02:00
auth.rs Abstract persistent files through Apache OpenDAL (#5626) 2025-05-29 21:40:58 +02:00
config.rs Abstract persistent files through Apache OpenDAL (#5626) 2025-05-29 21:40:58 +02:00
crypto.rs Use subtle to replace deprecated ring::constant_time::verify_slices_are_equal (#5680) 2025-03-15 19:33:17 +01:00
error.rs Abstract persistent files through Apache OpenDAL (#5626) 2025-05-29 21:40:58 +02:00
http_client.rs Update Rust, Crates and other deps (#5709) 2025-03-19 17:39:53 +01:00
mail.rs Sync with Upstream (#5798) 2025-05-26 21:00:59 +02:00
main.rs Abstract persistent files through Apache OpenDAL (#5626) 2025-05-29 21:40:58 +02:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Misc Updates and favicon fixes (#5993) 2025-06-27 21:20:36 +02:00