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

feat(host-rules): add support for disabling hosts #6715

Merged
merged 5 commits into from Jul 9, 2020

Commits on Jul 9, 2020

  1. feat(host-rules): support disabling hosts

    Adds “enabled” to the list of recognized configuration options for hostRules. A host or domain can be disabled by setting `”enabled”: false` within the host rule. Also added presets :disabledHost() and :disableDomain().
    rarkins committed Jul 9, 2020
    Copy the full SHA
    68b330a View commit details
    Browse the repository at this point in the history
  2. docs

    rarkins committed Jul 9, 2020
    Copy the full SHA
    24fa91b View commit details
    Browse the repository at this point in the history
  3. tests

    rarkins committed Jul 9, 2020
    Copy the full SHA
    a9e76d4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    62943d6 View commit details
    Browse the repository at this point in the history
  5. fixes

    rarkins committed Jul 9, 2020
    Copy the full SHA
    623aa73 View commit details
    Browse the repository at this point in the history