From 043875d075cc4fdd2d74547bd3cbf71a529b5d15 Mon Sep 17 00:00:00 2001 From: fred_the_tech_writer <69817454+fschillingeriv@users.noreply.github.com> Date: Thu, 2 Dec 2021 17:17:10 -0500 Subject: [PATCH] Issue time (#815) * 813 * 808 * 814 --- .../directory-connector/ldap-directory.md | 2 +- _articles/miscellaneous/website-icons.md | 19 ++++++++++++------- .../upgrade-from-individual-to-org.md | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/_articles/directory-connector/ldap-directory.md b/_articles/directory-connector/ldap-directory.md index acb7f168..d11c005d 100644 --- a/_articles/directory-connector/ldap-directory.md +++ b/_articles/directory-connector/ldap-directory.md @@ -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`: diff --git a/_articles/miscellaneous/website-icons.md b/_articles/miscellaneous/website-icons.md index 83be1ff3..082b5c24 100644 --- a/_articles/miscellaneous/website-icons.md +++ b/_articles/miscellaneous/website-icons.md @@ -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 +
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. diff --git a/_articles/plans-and-pricing/upgrade-from-individual-to-org.md b/_articles/plans-and-pricing/upgrade-from-individual-to-org.md index 3d3d9c13..7564948c 100644 --- a/_articles/plans-and-pricing/upgrade-from-individual-to-org.md +++ b/_articles/plans-and-pricing/upgrade-from-individual-to-org.md @@ -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 %}