1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

Issue time (#815)

* 813

* 808

* 814
This commit is contained in:
fred_the_tech_writer
2021-12-02 17:17:10 -05:00
committed by GitHub
parent 4363460be3
commit 043875d075
3 changed files with 14 additions and 9 deletions

View File

@@ -92,7 +92,7 @@ Active Directory provides some advanced options and limitations for writing sear
To filter a sync for all entries that have `objectClass=user` and `cn` (common name) that contains `Marketing`:
```
(&(objectClass-user)(cn=*Marketing*))
(&(objectClass=user)(cn=*Marketing*))
```
(**LDAP-only**) To filter a sync for all entries with an `ou` (organization unit) component of their `dn` (distinguished name) that is either `Miami` or `Orlando`:

View File

@@ -13,21 +13,25 @@ description: "This article explains how you can disable website icons to enhance
## Using Website Icons
When Bitwarden displays a login item associated with a website in your Vault (determined by the URI field), it attempts to accompany it with a graphical "website icon".
When Bitwarden displays a [Login item]({{site.baseurl}}/article/managing-items) with a website (see [Using URIs]({{site.baseurl}}/article/uri-match-detection)) associated with it in your Vault, it attempts to accompany it with a graphical icon. Website icons help you to easily identify particular Logins in your Vault with recognizable iconography, usually represented by a logo or brand image of that website.
Website icons help you to easily identify particular logins in your Vault by recognizable iconography, usually represented by a logo or brand image of that website. The Bitwarden icons server provides the delivery endpoint for these website icons.
### About the Icon Server
If you are using website icons on a device, Bitwarden will issue requests to `icons.bitwarden.net` 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 Bitwarden icon server provides the delivery endpoint for website icons. If you are using website icons on a device, Bitwarden will issue requests to `icons.bitwarden.net` for each Login in your Vault that has a URI that resembles a website (for example, `google.com` or `https://google.com`, but not `google` or `http://localhost`).
Bitwarden's icons server is fronted with a CDN that caches the icons 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 the icon before you.
The icon server is fronted with a CDN that caches the icons on Cloudflare's edge nodes all around the world. Subsequent requests to the same icon will likely hit CDN caches instead of the icon server directly. Your requests may never actually hit Bitwarden's icon server because another Bitwarden user with the same website in their Vault requested the icon before you.
## Privacy Concerns
{% callout info %}
**If you're self-hosting Bitwarden**, icons *are not* cached to a CDN. All requests will always hit your icon container directly.
{% endcallout %}
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:
### Privacy Considerations
Because a request for an icon 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.net/google.com/icon.png`
**The icon server endpoints do not log or collect 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).
**The icon server endpoints do not log or collect 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
@@ -38,4 +42,5 @@ We understand that certain privacy-minded users may not want to use website icon
- **Mobile app:** Settings → Options → Disable Website Icons
- **Desktop app:** Settings → Options → Disable Website Icons
<br>
When website icons are disabled, Bitwarden will opt to display a generic, locally accessed icon instead ({% icon fa-globe %}) for all login items stored in your vault.

View File

@@ -54,7 +54,7 @@ Complete the following steps to start your Organization:
Paid Organizations (Families, Teams, or Enterprise) automatically provide all users with access to premium features. If you had a Premium Individual subscription at the time of creating the Organization, you can cancel your Premium Individual subscription without losing access to premium features.
{% callout warning %}
Bitwarden offers refunds for cancelled Premium Individual plans **within 30 days of account creation**. If you create a paid Organization within 30 days of creating a Premium individual account, [Contact Us](https://bitwarden.com/contact) to initiation your refund.
Bitwarden offers refunds for cancelled Premium Individual plans **within 30 days of account creation**. If you create a paid Organization within 30 days of creating a Premium individual account, [Contact Us](https://bitwarden.com/contact) to initiate your refund.
At this time, Bitwarden does not offer refunds to paid subscriptions older than 30 days.
{% endcallout %}