Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow override of domains and whitelist in rules #169

Merged
merged 10 commits into from
Sep 23, 2020

Commits on Aug 22, 2020

  1. Configuration menu
    Copy the full SHA
    cc872f3 View commit details
    Browse the repository at this point in the history
  2. Fix lint for function comments

    lozlow authored and thomseddon committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    bab6626 View commit details
    Browse the repository at this point in the history
  3. Simplify bool logic

    lozlow authored and thomseddon committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    779fa7c View commit details
    Browse the repository at this point in the history
  4. Fixup readme typo

    lozlow authored and thomseddon committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    8f54374 View commit details
    Browse the repository at this point in the history
  5. Use pointers for ruleName

    This removes the chance for the _default_ (no rule applied) case to overlap with a user-specified rule
    lozlow authored and thomseddon committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    80212bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13747eb View commit details
    Browse the repository at this point in the history
  7. fix bad rebase

    thomseddon committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    fe1ebfb View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    0718a99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da4770 View commit details
    Browse the repository at this point in the history
  3. tidy function sig

    thomseddon committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    0764717 View commit details
    Browse the repository at this point in the history