Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Miscellaneous (#836)
Browse files Browse the repository at this point in the history
* note per #463

* typo fix per #834

* rn edit per go

* SCC note
  • Loading branch information
fschillingeriv authored Dec 20, 2021
1 parent 5fce797 commit 175ba56
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _articles/features/auto-fill-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you want, you can disable the badge counter using a toggle in the {% icon fa-
{% image autofill/disable-counter-badge.png Disable Badge Counter %}
{% endcallout %}

Simply clicking on the Vault item inside the Browser Extension **Tab** view will auto-fill login information to the detected input fields. In cases where a web page or service has **multiple** Login items with relevant URIs, it will auto-fill the last-used Login.
Simply clicking on the Vault item inside the Browser Extension **Tab** view will auto-fill login information to the detected input fields. In cases where a web page or service has **multiple** Login items with relevant URIs, Bitwarden will always auto-fill the last-used Login.

## Using the Context-Menu

Expand Down Expand Up @@ -79,8 +79,8 @@ Using this convention, you can setup your Browser extension to, for example:
- Auto-fill on page load for a only select few items (i.e. **off by default** for all Vault items and **manually turned on** for select items).
- Auto-fill on page for all but a select few items (i.e. **on by default** for all Vault items and **manually turned off** for select items).

{% callout info %}
If there are multiple Login items with the detected URI, the last-used login will be used for the auto-fill operation.
{% callout warning %}
This feature is marked **experimental** and is disabled by default because, while generally safe, attackers with fake websites could take advantage of this to steal credentials.
{% endcallout %}

## Manually Auto-fill
Expand Down
4 changes: 2 additions & 2 deletions _articles/getting-started/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Or subscribe to the [Bitwarden Status RSS Feed](https://status.bitwarden.com/){:

Bitwarden is proud to announce new enterprise features in the December release that add flexibility and value to the enterprise plans:

- **Key Connector**: (*Only available to customers self-hosting Bitwarden*) When using Login with SSO with customer-managed encryption, the self-hosted Key Connector application serves cryptographic keys to Bitwarden clients as an alternative to requiring a Master Password for Vault decryption (see [here]({{site.baseurl}}/article/about-key-connector)).
- **Families for Enterprise**: (*Only available to Cloud-hosted Organizations*) Starting with this release, members of Enterprise Organizations can redeem a free [Bitwarden Families Organization]({{site.baseurl}}/article/about-bitwarden-plans/#families-organizations) for sharing with up to 5 friends or family members. Families Organizations include all premium features for all 6 users and unlimited secure data sharing (see [here]({{site.baseurl}}/article/families-for-enterprise/) for details).
- **Key Connector**: (*Only available to Self-hosted Organizations*) When using Login with SSO with customer-managed encryption, the self-hosted Key Connector application serves cryptographic keys to Bitwarden clients as an alternative to requiring a Master Password for Vault decryption (see [here]({{site.baseurl}}/article/about-key-connector)).
- **Families for Enterprise**: (*Only available to Cloud-hosted Organizations, self-hosted in a future release*) Starting with this release, members of Enterprise Organizations can redeem a free [Bitwarden Families Organization]({{site.baseurl}}/article/about-bitwarden-plans/#families-organizations) for sharing with up to 5 friends or family members. Families Organizations include all premium features for all 6 users and unlimited secure data sharing (see [here]({{site.baseurl}}/article/families-for-enterprise/) for details).
- **MacOS and Safari Importer**: We've added a custom importer for passwords exported from Safari and macOS (see [here]({{site.baseurl}}/article/import-from-safari/) for details).
- **New Custom Field Type**: Linked custom fields can be used to solve issues where your Browser Extension has trouble auto-filling usernames and passwords for a particular site by linking usernames and passwords to bespoke form elements (see [here]({{site.baseurl}}/article/auto-fill-custom-fields/#using-linked-custom-fields) for details).
- **Browser Extension - Unlock Vault while Auto-filling**: Trying to auto-fill with the context menu or keyboard shortcut when your Vault is locked will now prompt you to unlock your Vault and automatically auto-fill your credentials once it's unlocked.
Expand Down
2 changes: 1 addition & 1 deletion _articles/miscellaneous/website-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The icon server is fronted with a CDN that caches the icons on Cloudflare's edge

### 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:
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 an icon request looks like the following:

`https://icons.bitwarden.net/google.com/icon.png`

Expand Down
2 changes: 2 additions & 0 deletions _articles/security/is-bitwarden-audited.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ For our privacy policy, visit [bitwarden.com/privacy](https://bitwarden.com/priv

Bitwarden is GDPR compliant. We use applicable, approved information transfer mechanisms where required, such as EU Standard Contractual Clauses (SCCs), or the EU - U.S. Privacy Shield.

Bitwarden uses Standard Contractual Clauses pursuant to Regulation (EU) 2016/679 of the European Parliament and the Council approved by European Commission Implementing Decision (EU) 2021/914 of 4 June 2021, as currently set out at https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj.

### CCPA

Bitwarden is compliant with the California Consumer Privacy Act (CCPA).
Expand Down

0 comments on commit 175ba56

Please sign in to comment.