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

refactor: server host filtering #1174

Merged
merged 15 commits into from
Aug 9, 2023
Merged

Commits on Aug 8, 2023

  1. refactor: server host filtering

    Cleans up the host filtering by allowing `ipv6 addresses`, fixes a bug when
    host filtering with `*` is configured when a request is missing the default port.
    
    In addition the API on the server is stricter and hosts filtering with invalid
    authorities are now rejected which wasn't the case before.
    niklasad1 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8b06300 View commit details
    Browse the repository at this point in the history
  2. fix some nits

    niklasad1 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    856c005 View commit details
    Browse the repository at this point in the history
  3. fix build again

    niklasad1 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    19acee0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e36d902 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b57544 View commit details
    Browse the repository at this point in the history
  6. remove weird From impl

    niklasad1 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c9e5a38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b349074 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2fa273 View commit details
    Browse the repository at this point in the history
  9. refactor host filter API

    niklasad1 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ab82820 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/na-refactor-host-filtering' into…

    … na-refactor-host-filtering
    niklasad1 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9075984 View commit details
    Browse the repository at this point in the history
  11. address grumbles

    niklasad1 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9a32333 View commit details
    Browse the repository at this point in the history
  12. fix clippy

    niklasad1 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b9ccf12 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    14f15aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    809809c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    500b3f3 View commit details
    Browse the repository at this point in the history