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

feat: improve server side cookie handling via more accurate top simulation #23728

Closed
wants to merge 17 commits into from

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    cce7e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5465608 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96174b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    667fee8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37d322b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1dc2206 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a38ddc6 View commit details
    Browse the repository at this point in the history
  8. wip: refactor cors package to correct origin functions and add same s…

    …ite functions, and enhancing the parsedHost fn
    AtofStryker committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f8be17f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4c33fd View commit details
    Browse the repository at this point in the history
  10. feat: add socket code to server-base (no tests here) to be used in re…

    …quest/response middleware
    AtofStryker committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    10eeaa2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff3075e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f6d42c9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    afd2598 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8cddd3b View commit details
    Browse the repository at this point in the history
  15. fix: only attach cookies if coming from the AUTFrame or is same-origi…

    …n if the resourceType is unknown
    AtofStryker committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    56f35dc View commit details
    Browse the repository at this point in the history
  16. chore: rename getOriginPolicy to getSuperDomainOriginPolicy as the me…

    …thod does not include subdomain, which is a parent of origin policy, as well as add documentation as to why we need this. we know leverage true origin policy in cy.origin, and only leverage superDOmainOriginPolicy for document.domain related items
    AtofStryker committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8eca005 View commit details
    Browse the repository at this point in the history
  17. feat: allow for spec bridge to either match specific origin policy or…

    … super domain origin policy
    AtofStryker committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    cb8c26d View commit details
    Browse the repository at this point in the history