1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-28 10:15:41 +02:00
vaultwarden/src/api
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
..
core Remove unnecessary result return types 2021-03-27 15:07:26 +00:00
admin.rs Remove unnecessary reference 2021-03-28 10:59:49 +01:00
icons.rs Updated icon fetching. 2021-04-03 22:51:44 +02:00
identity.rs Implement admin ability to enable/disable users 2020-11-30 23:12:56 +01:00
mod.rs Send deletion thread and updated users revision 2021-03-22 19:57:35 +01:00
notifications.rs Remove unnecessary result return types 2021-03-27 15:07:26 +00:00
web.rs Send API 2021-03-14 23:35:55 +01:00