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

Manually rewrite cookies for container requests #687

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    cf7898b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f0060 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Prevent non-Toolbox requests from setting cookies

    Previously any request could have the cookie store ID header set, resulting in Toolbox sending cookies that the originator isn't supposed to have access to. By instead generating a random ID for the header value and storing the cookie store ID in an object keyed by this random value, we can ensure that only Toolbox requests will have their `Cookie` headers rewritten.
    eritbh committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    9d7e8a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca22f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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