You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generate_x_trusted_proxy_header accepts a private key but validate_x_trusted_proxy_header does not have a parameter for the public key. Makes testing this feature harder.
Consider adding an argument to the validate_x_trusted_proxy_header function to accept a public key.
The text was updated successfully, but these errors were encountered:
Bug Summary
generate_x_trusted_proxy_header
accepts a private key butvalidate_x_trusted_proxy_header
does not have a parameter for the public key. Makes testing this feature harder.Consider adding an argument to the
validate_x_trusted_proxy_header
function to accept a public key.The text was updated successfully, but these errors were encountered: