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

Improve proxy security (#100) #134

Merged
merged 29 commits into from
Apr 27, 2024
Merged

Improve proxy security (#100) #134

merged 29 commits into from
Apr 27, 2024

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    84a2537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b82151e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0ddaee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a1a703 View commit details
    Browse the repository at this point in the history
  5. Implement basic security measures in proxy.ts

    - Only GET
    - Remove cookie and host headers
    - Ban requests to obvious local ips
    - Ban requests not from PRODUCTION in PRODUCTION mode
    toplenboren committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3c60072 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2819f15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0aec2c0 View commit details
    Browse the repository at this point in the history
  8. add tests to proxy module

    toplenboren committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    bb960b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7873d0d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    16704da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dcf9c3c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    df1f14b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9bd40f4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    14da548 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d9e56be View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    49e3721 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3c3cc73 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    890f50b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    54f263b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    635dc6f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a1a72e2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4ed2e6f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    12833a9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    30bcc4f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    2826a75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c378114 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6201c12 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

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

Commits on Apr 27, 2024

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