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

add support for setting vary header in plugins #1660

Merged
merged 6 commits into from
Aug 31, 2022
Merged

Commits on Aug 31, 2022

  1. add support for setting vary header in plugins

    This changes the behaviour of the CorsLayer so that a default Vary
    header is not set.
    
    This means that a value can now be set from a plugin. When processing
    the response (after all plugin processing is completed), if there is no
    Vary header, then insert one with a value of "origin".
    
    fixes: #1297
    garypen committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    944ca5d View commit details
    Browse the repository at this point in the history
  2. add a changelog and fix some of the other entries

    to make releasing easier.
    garypen committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    929c4a8 View commit details
    Browse the repository at this point in the history
  3. Update docs/source/configuration/cors.mdx

    Co-authored-by: Jeremy Lempereur <[email protected]>
    garypen and o0Ignition0o authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    1a3b9e5 View commit details
    Browse the repository at this point in the history
  4. Update NEXT_CHANGELOG.md

    Co-authored-by: Jeremy Lempereur <[email protected]>
    garypen and o0Ignition0o authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b411e03 View commit details
    Browse the repository at this point in the history
  5. code review comment

    Remove redundant cloned().
    garypen committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    6836ac0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de88d4c View commit details
    Browse the repository at this point in the history