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

Clear Authorization header when redirecting cross-site #183

Merged
merged 12 commits into from
Feb 4, 2019

Commits on Jan 21, 2014

  1. Configuration menu
    Copy the full SHA
    c7ac85c View commit details
    Browse the repository at this point in the history
  2. Add new :clear_authorization_header option to FollowRedirects middleware

    to allow for the Authorization header to be cleared on redirects
    akilburge committed Jan 21, 2014
    Configuration menu
    Copy the full SHA
    82205b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2014

  1. Configuration menu
    Copy the full SHA
    3c7a56a View commit details
    Browse the repository at this point in the history
  2. Actually fix tests on Rubinius

    The rubysl-json gem has been yanked so use the json gem instead.
    sferik authored and akilburge committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    aa6a3da View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Merge branch 'clear-auth-header-on-redirects' of github.com:akilb/far…

    …aday_middleware into clear-auth-header
    kyoshidajp committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    a217984 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a1f8e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d64311c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3dc253 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Update lib/faraday_middleware/response/follow_redirects.rb

    Co-Authored-By: kyoshidajp <claddvd@gmail.com>
    iMacTia and kyoshidajp committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    bf5e3b2 View commit details
    Browse the repository at this point in the history
  2. Update lib/faraday_middleware/response/follow_redirects.rb

    Co-Authored-By: kyoshidajp <claddvd@gmail.com>
    iMacTia and kyoshidajp committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    05b3ee9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42cd23b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3f38c3 View commit details
    Browse the repository at this point in the history