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

added malicious site example on regex

This commit is contained in:
Kyle Spearrin
2018-04-14 23:25:47 -04:00
parent 9ec64a073f
commit 193e4776af

View File

@@ -76,7 +76,7 @@ The regular expression option allows you to write any simple or complex [regular
Example:
- URI regex value: `^https://.*google.com`
- Matches: `https://google.com`, `https://sub.google.com`, `https://anything.can.go.here.google.com`
- Matches: `https://google.com`, `https://sub.google.com`, `https://sub.sub2.google.com`, `https://malicious-site.com?q=google.com`
- Not matches: `http://google.com` (not https), `https://yahoo.com`
**Exact**