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

Cloudfront forwarded proto header #2089

Merged
merged 1 commit into from
May 30, 2024

Commits on May 30, 2024

  1. adding middleware to use CloudFront-Forwarded-Proto in CSRF

    HTTP_ prefix
    
    renaming middleware class to be vendor agnostic
    
    testing for early return on missing vendor forwarded header
    
    renaming files to match classnames
    
    removing unused imports
    
    assume uppercase header from client
    
    adding a note on usage
    
    transforming the header string
    
    removing AWS mention in the example docs
    
    removing Cloudfront specific headers from the specs
    
    inlining the header string transformation
    
    sinplifying the call method
    
    adding a test to verify that an existing X-Forwarded-Proto header is overwritten by vendor header value
    
    adding to README and Changelog
    
    fixing spec to check header is unset instead of testing for old method
    
    updating the spec description
    
    explicit requires for seperate testing
    tomharvey committed May 30, 2024
    Configuration menu
    Copy the full SHA
    05e7b61 View commit details
    Browse the repository at this point in the history