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

Remove scrubbing for unused headers #628

Merged
merged 3 commits into from
Aug 18, 2020
Merged

Remove scrubbing for unused headers #628

merged 3 commits into from
Aug 18, 2020

Commits on Aug 18, 2020

  1. Remove scrubbing for unused headers

    About 18 months ago, we removed support for a variety of headers that
    could potentially leak information to external clients and services; but
    the implementation and tests remain in place.
    
    In the interest of removing cruft, this change removes these unused
    modules (which are not compiled, and may therefore not even compile
    today). These headers are: `l5d-client-id`, `l5d-server-id`, and
    `l5d-remote-ip`.
    olix0r committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    82b830d View commit details
    Browse the repository at this point in the history
  2. Remove unused inbound modules

    olix0r committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    ec9c15f View commit details
    Browse the repository at this point in the history
  3. Remove remote-ip tests

    olix0r committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    a78239b View commit details
    Browse the repository at this point in the history