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

Edit for: bitwarden.com/help/article/uri-match-detection/ (#421)

Non-matching example `https://sub.domain/com/path` should show only absent trailing slash, not also `/com` instead of `.com`.
This commit is contained in:
Martin Lukeš
2021-02-23 21:44:10 +01:00
committed by GitHub
parent 219f124ca1
commit aaea21bf56

View File

@@ -65,7 +65,7 @@ Selecting **Starts with** will prompt Bitwarden to offer auto-fill when the dete
For example, if the URI value `https://sub.domain.com/path/` uses starts with match detection:
- **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)
- **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