0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-11 00:19:02 +02:00
bitwarden_rs/src
Jeremy Lin 2f9ac61a4e Add support for external icon services
If an external icon service is configured, icon requests return an HTTP
redirect to the corresponding icon at the external service.

An external service may be useful for various reasons, such as if:

* The Vaultwarden instance has no external network connectivity.
* The Vaultwarden instance has trouble handling large bursts of icon requests.
* There are concerns that an attacker may probe the instance to try to detect
  whether icons for certain sites have been cached, which would suggest that
  the instance contains entries for those sites.
* The external icon service does a better job of providing icons than the
  built-in fetcher.
2021-12-20 01:34:31 -08:00
..
api Add support for external icon services 2021-12-20 01:34:31 -08:00
db Macro recursion decrease and other optimizations 2021-11-06 17:44:53 +01:00
static Sync global_domains.json to bitwarden/server@224bfb6 (Wells Fargo) 2021-12-18 16:19:05 -08:00
auth.rs Macro recursion decrease and other optimizations 2021-11-06 17:44:53 +01:00
config.rs Add support for external icon services 2021-12-20 01:34:31 -08:00
crypto.rs Rework file ID generation 2021-05-25 23:15:24 -07:00
error.rs Macro recursion decrease and other optimizations 2021-11-06 17:44:53 +01:00
mail.rs Macro recursion decrease and other optimizations 2021-11-06 17:44:53 +01:00
main.rs Enabled trust-dns and some updates. 2021-12-01 19:01:55 +01:00
util.rs Macro recursion decrease and other optimizations 2021-11-06 17:44:53 +01:00