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

CORS and access controls #366

Merged
merged 14 commits into from
Nov 9, 2021
Merged

CORS and access controls #366

merged 14 commits into from
Nov 9, 2021

Commits on Oct 29, 2021

  1. fixed test to be able to fail in error cases

    Johannes Koch committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    1ff5d7b View commit details
    Browse the repository at this point in the history
  2. refactor: prepare for testing other response headers

    Johannes Koch committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    1888a14 View commit details
    Browse the repository at this point in the history
  3. test for Access-Control-Allowed-Methods and Access-Control-Allowed-He…

    …aders
    Johannes Koch committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    a0a2776 View commit details
    Browse the repository at this point in the history
  4. go fmt

    Johannes Koch committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e0fc1fa View commit details
    Browse the repository at this point in the history
  5. test for Vary

    Johannes Koch committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b144fb5 View commit details
    Browse the repository at this point in the history
  6. add access control to test config -> test fails

    Johannes Koch committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    31dbc05 View commit details
    Browse the repository at this point in the history
  7. refactor: don't create unused handlers

    Johannes Koch committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9bfb06b View commit details
    Browse the repository at this point in the history
  8. refactor: harmonize variables

    Johannes Koch committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b6ccd68 View commit details
    Browse the repository at this point in the history
  9. Fixed: handle CORS before ACs

    Johannes Koch committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    5ffb1a4 View commit details
    Browse the repository at this point in the history
  10. test for Access-Control-Allow-Credentials

    Johannes Koch committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    d4d57da View commit details
    Browse the repository at this point in the history
  11. test for actual request lacking and with credentials to verify that t…

    …he AC still rejects uncredentialed requests
    Johannes Koch committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    3651376 View commit details
    Browse the repository at this point in the history
  12. Add changelog entry for CORS / access control fix

    Johannes Koch committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    f6d9cd1 View commit details
    Browse the repository at this point in the history
  13. refactor: set 'Access-Control-Allow-Origin: *' only once

    Johannes Koch committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    cecebd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Merge branch 'master' into cors-and-acs

    Alex Schneider committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d5e8f65 View commit details
    Browse the repository at this point in the history