blob: d2eb8f1f352c2194c96c757977e008d3fe806c19 (
plain)
1
2
3
4
|
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 :class:`http.cookiejar.DefaultCookiePolicy` policy. Patch by
Karthikeyan Singaravelan.
|