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

[3.6] bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) #12260

Merged
merged 1 commit into from Mar 10, 2019

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 10, 2019

Don't send cookies of domain A without Domain attribute to domain B when domain A is a suffix match of domain B while using a cookiejar with http.cookiejar.DefaultCookiePolicy policy. Patch by Karthikeyan Singaravelan.
(cherry picked from commit ca7fe50)

Co-authored-by: Xtreak tir.karthi@gmail.com

https://bugs.python.org/issue35121

…0258)

Don't send cookies of domain A without Domain attribute to domain B when domain A is a suffix match of domain B while using a cookiejar with `http.cookiejar.DefaultCookiePolicy` policy.  Patch by Karthikeyan Singaravelan.
(cherry picked from commit ca7fe50)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Mar 10, 2019

@tirkarthi and @ned-deily: Status check is done, and it's a success .

1 similar comment
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Mar 10, 2019

@tirkarthi and @ned-deily: Status check is done, and it's a success .

@ned-deily ned-deily merged commit b241af8 into python:3.6 Mar 10, 2019
6 checks passed
6 checks passed
Azure Pipelines PR #20190310.5 succeeded
Details
bedevere/issue-number Issue number 35121 found
Details
bedevere/maintenance-branch-pr Valid maintenance branch PR title.
bedevere/news News entry found in Misc/NEWS.d
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@miss-islington miss-islington deleted the miss-islington:backport-ca7fe50-3.6 branch Mar 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants