mirror of
https://github.com/bitwarden/help
synced 2025-12-10 13:23:16 +00:00
article updates. website icons.
This commit is contained in:
34
_articles/miscellaneous/website-icons.md
Normal file
34
_articles/miscellaneous/website-icons.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
layout: article
|
||||
title: Your privacy when using website icons
|
||||
categories: [miscellaneous]
|
||||
featured: false
|
||||
popular: false
|
||||
tags: [icons, website icons, privacy]
|
||||
---
|
||||
|
||||
*bitwarden does not collect any information when you download icons for website logins stored in your bitwarden vault.*
|
||||
|
||||
## The bitwarden icons server
|
||||
|
||||
When bitwarden displays a login item associated with a website in your bitwarden vault it attempts to accompany it with a "website icon". This "website icons" feature allows you to easily identify particular logins in your vault by a recognizable icon. This is usually represented by a logo or brand image of that website. The bitwarden icons server provides the delivery endpoint for these website icons.
|
||||
|
||||
If you are using the "website icons" feature on a device, bitwarden will issue requests to `icons.bitwarden.com` for each item of type "Login" in your vault that has a URI that resembles a website (ex. `google.com` or `https://google.com`, but not `google` or `http://localhost`). The icons server is fronted with a CDN that caches the icon responses on Cloudflare's edge nodes all around the world. Subsequent requests to the same icon will likely hit CDN caches instead of the icons server directly. Your requests may never actually hit bitwarden's icons server because another bitwarden user with the same website in their vault requested it before you.
|
||||
|
||||
## Privacy concerns
|
||||
|
||||
Because a request for an icon image contains the hostname of the website stored in your vault, it is important to understand that this feature will "leak" otherwise cryptographically protected information to bitwarden servers and/or CDN endpoints. An example of a icon request looks like the following:
|
||||
|
||||
`https://icons.bitwarden.com/google.com/icon.png`
|
||||
|
||||
**The icons server endpoints do not log or collection any information regarding icon image requests.** However, this is something you would have to take our word for since we have no way to demonstrate this publicly other than reviewing our [open source codebase](https://github.com/bitwarden).
|
||||
|
||||
## Disabling website icons
|
||||
|
||||
We understand that certain privacy-minded users may not want to use the website icons feature. We provide the option to disable website icons on all bitwarden client applications:
|
||||
|
||||
- **Web vault:** Settings → Web Vault Options → Disable Website Icons
|
||||
- **Browser extension:** Settings → Features → Disable Website Icons
|
||||
- **Mobile app:** Settings → Features → Disable Website Icons
|
||||
|
||||
When the website icons feature is disable, bitwarden will opt to show you a generic, locally accessed icon instead ({% icon fa-globe %}) that is the same for all login items stored in your vault.
|
||||
@@ -9,14 +9,30 @@ tags: []
|
||||
|
||||
All information associated with your stored vault data is protected with end-to-end encryption. This includes:
|
||||
|
||||
- Login names
|
||||
- Folder names
|
||||
- Collection names
|
||||
- Usernames
|
||||
- Passwords
|
||||
- URLs
|
||||
- Notes
|
||||
- Authenticator keys (TOTP)
|
||||
- Item names
|
||||
- Item notes
|
||||
- Custom field names/values
|
||||
- Login information
|
||||
- Usernames
|
||||
- Passwords
|
||||
- URLs
|
||||
- Authenticator keys (TOTP)
|
||||
- Card information
|
||||
- Cardholder names
|
||||
- Numbers
|
||||
- Brands
|
||||
- Expirations
|
||||
- Security codes
|
||||
- Identity information
|
||||
- Names
|
||||
- Contact info (email, phone, etc)
|
||||
- Password numbers
|
||||
- License numbers
|
||||
- SSNs
|
||||
- Addresses
|
||||
- Secure note information
|
||||
|
||||
Certain information in bitwarden cannot be encrypted. This includes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user