0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-24 06:48:40 +02:00
bitwarden_rs/src
BlackDex 1d0eaac260 Updated icon fetching.
- Added image type checking, and prevent downloading non images.
  We didn't checked this before, which could in turn could allow someone
to download an arbitrary file.
- This also prevents SVG images from being used, while they work on the
  web-vault and desktop client, they didn't on the mobile versions.
- Because of this image type checking we can return a valid file type
  instead of only 'x-icon' (which is still used as a fallback).
- Prevent rel values with `icon-mask`, these are not valid favicons.
2021-04-03 22:51:44 +02:00
..
api Updated icon fetching. 2021-04-03 22:51:44 +02:00
db Misc changes. 2021-03-30 21:45:10 +02:00
static Icon and SMTP Debug fixes. 2021-03-29 10:27:58 +02:00
auth.rs Correctly camelCase acronyms 2021-03-27 14:26:32 +00:00
config.rs Send API 2021-03-14 23:35:55 +01:00
crypto.rs Updated dependencies and small mail fixes 2021-01-31 20:07:42 +01:00
error.rs Prevent clippy complaining at method 2021-03-27 14:36:50 +00:00
mail.rs Update dependencies 2021-03-22 20:00:57 +01:00
main.rs Correctly camelCase acronyms 2021-03-27 14:26:32 +00:00
util.rs Merge pull request #1546 from RealOrangeOne/clippy-run 2021-03-28 16:04:09 +02:00