Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Add examples to clarify Host and Regular expression URI match behavior #41

Merged
merged 2 commits into from
Jan 31, 2019

Commits on Jan 31, 2019

  1. 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)
    gene1wood committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    9e796d0 View commit details
    Browse the repository at this point in the history
  2. 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.
    gene1wood committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    744f246 View commit details
    Browse the repository at this point in the history