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

Refactor cookie handling in CookiesMiddleware #5946

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2023

  1. - creating custom policy to add cookies to the jar

    - adding test to make sure we don't add a cookie with an unrelated domain from a response
    Emmanuel Rondan committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c8b19d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. - Fix cookie domain issue in CookiesMiddleware. Now the decision to a…

    …dd a cookie or not is made on process_response
    
    - Update test case for CookiesMiddleware. Now it test if the domain is present on the cookie jar
    Emmanuel Rondan committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    77bac46 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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