From aaea21bf56df82ab1e2c5689a30249c59dbfe66c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Luke=C5=A1?= Date: Tue, 23 Feb 2021 21:44:10 +0100 Subject: [PATCH] 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`. --- _articles/features/uri-match-detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/features/uri-match-detection.md b/_articles/features/uri-match-detection.md index d07aa8ca..b1ed5fc4 100644 --- a/_articles/features/uri-match-detection.md +++ b/_articles/features/uri-match-detection.md @@ -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