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 configuration for CORS allowed headers #21747

Merged
merged 6 commits into from
Nov 11, 2022
Merged

Add configuration for CORS allowed headers #21747

merged 6 commits into from
Nov 11, 2022

Commits on Nov 9, 2022

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

Commits on Nov 10, 2022

  1. Address feedback

    drewmnoel committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    f4d687d View commit details
    Browse the repository at this point in the history
  2. Remove duplicate header from example

    Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
    drewmnoel and KN4CK3R authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    260893a View commit details
    Browse the repository at this point in the history
  3. Prevent accidental slice clobbering in CORS header

    Go's `append(...)` _may_ modify the first parameter. Since this original value is going to be used in multiple places, we should explicitly avoid that.
    
    Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
    drewmnoel and KN4CK3R authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ec1ad4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37006e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

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