mirror of
https://github.com/bitwarden/help
synced 2025-12-16 00:03:41 +00:00
Staging (#294)
* jekyll redirect from * Organizations rev (#262) * Organizations revisions initial commit. * API doc updates * Fix absolute link causing build failure. * Add import to org article, and downstream order changes. * Bitwarden 101 videos: 1st steps toward proliferating these throughout /help. * Added 'Create Your Account' article, which references B101 Videos. * About SSO redirect & promote importing for orgs up the list * Create Org FAQs & trim Feature FAQs accordingly. * Image for Org FAQs * Move 'About the Business Portal' to Orgs category, and re-order accordingly. * Final edits. * Dchoi/bootstrap upgrade (#264) * bootstrap 4 upgrade and cleanup update gulp tasks * bootstrap package updates * renaming file convention * general outline of help outline * bitwarden help cleanup * article cleanup * article general styling complete * bootstrap help page upgrades * sidebar updates * Dchoi/bootstrap upgrade (#267) * bootstrap 4 upgrade and cleanup update gulp tasks * bootstrap package updates * renaming file convention * general outline of help outline * bitwarden help cleanup * article cleanup * article general styling complete * bootstrap help page upgrades * sidebar updates * toc dynamic and more updates * fix callout conditions * sidebar collapse functionality added * sidebar header toggle functionality * sidebar article fixes * Update sidebar.html Fix sidebar Release Notes link. * Update releasenotes.md Remove unnecessary category tag. * Delete release-notes.md Remove unnecessary category. * Update why-choose-bitwarden-for-your-team.md Test table image differentiation * Update why-choose-bitwarden-for-your-team.md Second image differentiation test * removed links from category breadcrumb and replaced with badges Co-authored-by: fred_the_tech_writer <69817454+fschillingeriv@users.noreply.github.com>
This commit is contained in:
@@ -18,9 +18,9 @@ The scheme can also have special meaning in Bitwarden:
|
||||
- **`http://`** or **`https://`** tells Bitwarden that this is a website address. Example: `https://www.google.com`
|
||||
- **`androidapp://`** tells Bitwarden that this is an android application package ID (or package name). Example: `androidapp://com.twitter.android`. Android apps typically follow [reverse domain name notation](https://en.wikipedia.org/wiki/Reverse_domain_name_notation){:target="_blank"}.
|
||||
|
||||
{% note %}
|
||||
{% callout info %}
|
||||
If a URI omits the scheme, `http://` is assumed.
|
||||
{% endnote %}
|
||||
{% endcallout %}
|
||||
|
||||
## Match detection options
|
||||
|
||||
@@ -30,9 +30,9 @@ While editing a login you can adjust the match detection value for a given URI b
|
||||
|
||||
The following match detection options are available:
|
||||
|
||||
{% note %}
|
||||
{% callout info %}
|
||||
**Base domain** is the default URI match detection value for all URIs. You can adjust this default value under **Settings** → **Options**.
|
||||
{% endnote %}
|
||||
{% endcallout %}
|
||||
|
||||
**Base domain**
|
||||
|
||||
@@ -56,7 +56,7 @@ Example:
|
||||
|
||||
**Starts with**
|
||||
|
||||
The "starts with" option requires that the current website/application URI must *start with* the value defined in the URI. A URI with a value of `https://sub.domain.com/path/page.html?query=123` starts with
|
||||
The "starts with" option requires that the current website/application URI must *start with* the value defined in the URI. A URI with a value of `https://sub.domain.com/path/page.html?query=123` starts with
|
||||
`https://sub.domain.com/path/`.
|
||||
|
||||
Example:
|
||||
@@ -67,9 +67,9 @@ Example:
|
||||
|
||||
**Regular expression**
|
||||
|
||||
{% warning %}
|
||||
{% callout warning %}
|
||||
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 are doing.
|
||||
{% endwarning %}
|
||||
{% endcallout %}
|
||||
|
||||
The regular expression option allows you to write any simple or complex [regular expression](https://en.wikipedia.org/wiki/Regular_expression){:target="_blank"} to match the current website/application URI. All regular expressions are case *insensitive*.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user