mirror of
https://github.com/bitwarden/help
synced 2025-12-11 13:53:26 +00:00
added malicious site example on regex
This commit is contained in:
@@ -76,7 +76,7 @@ The regular expression option allows you to write any simple or complex [regular
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
- URI regex value: `^https://.*google.com`
|
- 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`
|
- Not matches: `http://google.com` (not https), `https://yahoo.com`
|
||||||
|
|
||||||
**Exact**
|
**Exact**
|
||||||
|
|||||||
Reference in New Issue
Block a user