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

Rewrite the CORS middleware #237

Merged
merged 12 commits into from Apr 21, 2022
Merged

Rewrite the CORS middleware #237

merged 12 commits into from Apr 21, 2022

Commits on Apr 7, 2022

  1. cors: Remove Kind::InvalidOrigin

    It was never constructed.
    jplatte committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    979876e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed48d6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af16d2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    972d37a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c124cbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70bdf06 View commit details
    Browse the repository at this point in the history
  7. cors: Revamp constructors

    jplatte committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    9f6882f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28a071e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    953f8e3 View commit details
    Browse the repository at this point in the history
  10. cors: Return constant CORS headers even if there is no origin in the …

    …request
    
    While this should generally be unnecessary, it doesn't hurt apart from
    the small amount of additional header bytes transmitted and can be
    helpful in weird edge cases.
    jplatte committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    2350873 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e34a8d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Update changelog

    jplatte committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    98ee61d View commit details
    Browse the repository at this point in the history