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

Default allow headers #3167

Merged
merged 6 commits into from Sep 30, 2021
Merged

Default allow headers #3167

merged 6 commits into from Sep 30, 2021

Commits on Sep 3, 2021

  1. Copy the full SHA
    f130328 View commit details
    Browse the repository at this point in the history
  2. Make more ACAH headers default

    Add the following headers to access-control-allow-headers by default:
    Authorization, Origin, Content-Type, Accept
    They are needed for basic operation. See #3021
    therefore also remove custom middlewares in examples and standalone
    mifi committed Sep 3, 2021
    Copy the full SHA
    878c55a View commit details
    Browse the repository at this point in the history
  3. Update outdated readme for S3

    AWS now requires JSON instead of XML format
    mifi committed Sep 3, 2021
    Copy the full SHA
    ffc62d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Update packages/@uppy/companion/src/server/middlewares.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    mifi and aduh95 committed Sep 4, 2021
    Copy the full SHA
    50204a2 View commit details
    Browse the repository at this point in the history
  2. Update packages/@uppy/companion/src/server/middlewares.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    mifi and aduh95 committed Sep 4, 2021
    Copy the full SHA
    a096747 View commit details
    Browse the repository at this point in the history
  3. fix review comments

    mifi committed Sep 4, 2021
    Copy the full SHA
    1bd9854 View commit details
    Browse the repository at this point in the history