diff --git a/_articles/features/uri-match-detection.md b/_articles/features/uri-match-detection.md index 6427b8dc..d07aa8ca 100644 --- a/_articles/features/uri-match-detection.md +++ b/_articles/features/uri-match-detection.md @@ -75,7 +75,7 @@ Regular expressions are an advanced option and can be quite dangerous if used in Selecting **Regular expression** will prompt Bitwarden to offer auto-fill when the detected resources matches a specified [regular expression](https://en.wikipedia.org/wiki/Regular_expression){:target="_blank"}. Regular expressions are always *case insensitive*. -For example, if the URI vault `^https://.*google.com$` uses regular expression match detection: +For example, if the URI vault `^https://.*google\.com$` uses regular expression match detection: - **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`