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

3 Commits

Author SHA1 Message Date
Gene Wood
0ab2dc010c Add examples to clarify Host and Regular expression URI match behavior (#41)
* Add examples to clarify Host/Regular expression

Add an example to the Host section illustrating that Host not only doesn't match parent domains but also doesn't match subdomains
Add an example to Regular expression illustrating that the example regex matches substrings of the URI (because there is no end of string character)

* Revert the regex example and change the regex

Instead of adding an example to the Regular expression section to clarify that
the regex shown doesn't require the string end in google.com, let's instead
change the regex to end in a `$` and all the existing examples make a lot more
sense.
2019-01-31 17:44:31 -05:00
Kyle Spearrin
4159b01e96 protocol to schemes and default option explanation 2019-01-09 17:23:44 -05:00
Kyle Spearrin
c9d1a81f3a features category 2018-10-29 13:59:39 -04:00