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

Redirect Opt-out via URL Hints #505

Merged
merged 6 commits into from
Jul 2, 2018
Merged

Redirect Opt-out via URL Hints #505

merged 6 commits into from
Jul 2, 2018

Commits on Jun 27, 2018

  1. feat: support redirect opt-out hint in URLs

    - cleanup of existing opt-out rules
    - detect `x-ipfs-no-redirect` in the URL and skip redirects
    lidel committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    6ea409d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bfda53 View commit details
    Browse the repository at this point in the history
  3. fix: restore gateway redirect of HEAD requests

    preload requests require explicit opt-out hint
    as noted in #505
    lidel committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    910125e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. refactor: move onBeforeSendHeaders to request modifier

    These parts had a lot of scar tissue, this commit cleans things up
    and makes codepaths responsible for request mutation easier to grasp.
    lidel committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    f7ac99f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. fix: upload workaround for a bug in go-ipfs

    This is just backporting of PR #509
    lidel committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    ac62df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0123f0 View commit details
    Browse the repository at this point in the history