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

Addressed Issues (#431)

* add to folder addition

* table fix

* custom fields screenshot

* woop!
This commit is contained in:
fred_the_tech_writer
2021-02-25 09:13:24 -05:00
committed by GitHub
parent d75c6ffa80
commit 4d0685a4e8
7 changed files with 21 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ Bitwarden Browser Extensions and Mobile Apps can select a **Default match detect
By default, Bitwarden will use **Base domain** matching as the default option.
#### Base domain
### Base domain
Selecting **Base domain** will prompt Bitwarden to offer auto-fill when the top-level domain and second-level domain of a Login's URI value match the detected resource.
@@ -49,7 +49,7 @@ For example, if the URI value `https://google.com` uses base domain match detect
- **Auto-fill offered** for `http://google.com` & `https://accounts.google.com`
- **Auto-fill not offered** for `https://google.net` & `http://yahoo.com`
#### Host
### Host
Selecting **Host** will prompt Bitwarden to offer auto-fill when the hostname and (*if specified*) port of the Login's URI value matches the detected resource.
@@ -58,7 +58,7 @@ For example, if the URI value `https://sub.domain.com:4000` uses host match dete
- **Auto-fill offered** for `http://sub.domain.com:4000` & `https://sub.domain.com:4000/page.html`
- **Auto-fill not offered** for `https://domain.com`, `https://sub.domain.com`, `https://sub2.sub.domain.com:4000`, or `https://sub.domain.com:5000`
#### Starts with
### Starts with
Selecting **Starts with** will prompt Bitwarden to offer auto-fill when the detected resource starts with the Login URI value, regardless of what follows it.
@@ -67,7 +67,7 @@ For example, if the URI value `https://sub.domain.com/path/` uses starts with ma
- **Auto-fill offered** for `https://sub.domain.com/path/` & `https://sub.domain.com/path/page.html`
- **Auto-fill not offered** for `https://sub.domain.com`, `https://sub.domain.com:4000/path/page.html` (interrupted with a port), or `https://sub.domain.com/path` (absent trailing slash)
#### Regular expression
### Regular expression
{% callout note %}
Regular expressions are an advanced option and can be quite dangerous if used incorrectly. You should not use this option if you do not know exactly what you're doing.
@@ -80,7 +80,7 @@ For example, if the URI vault `^https://.*google\.com$` uses regular expression
- **Auto-fill offered** for `https://google.com`, `https://sub.google.com`, `https://malicious-site.com?q=google.com`
- **Auto-fill not offered** for `http://google.com` or `https://yahoo.com`
#### Exact
### Exact
Selecting **Exact** will prompt Bitwarden to offer auto-fill when the Login URI value matches the detected resource exactly.
@@ -89,6 +89,6 @@ For example, if the URI value `https://www.google.com/page.html` uses exact matc
- **Auto-fill offered** for `https://www.google.com/page.html`
- **Auto-fill not offered** for `http://www.google.com/page.html`, `https://www.google.com/page.html?query=123`, or `https://www.google.com`
#### Never
### Never
Selecting **Never** will prompt Bitwarden to never offer auto-fill for the Login item.