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

Forwarded fix #7593

Merged
merged 5 commits into from
Jan 1, 2023
Merged

Forwarded fix #7593

merged 5 commits into from
Jan 1, 2023

Commits on Oct 6, 2022

  1. Use 'forwarded' always

    Getting the remote IP from the socket doesn't work behind a reverse proxy. 'Forwarded' is there to fix there, but wasn't used here.
    dnicolaas committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    8a7c372 View commit details
    Browse the repository at this point in the history
  2. Consistently use getRemoteIP() throughout

    Stay in line with other modules that do this
    dnicolaas committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    8328755 View commit details
    Browse the repository at this point in the history
  3. Use getRemoteIP consistently

    One more missing case; in this file it isn't helpful, but it is consistent with other files.
    dnicolaas committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    edc4fc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    ee13c68 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    9923046 View commit details
    Browse the repository at this point in the history