[Webkit-unassigned] [Bug 175189] [SOUP] Too many redirections when loading google.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 23 17:27:12 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175189

--- Comment #5 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Cédric Bellegarde from comment #4)
> As it works in Chrome and Firefox, I guess
> WebKit2.CookieAcceptPolicy.NO_THIRD_PARTY should check base domain name
> instead of netloc.

What's netloc?

Anyway no, the cookie is only allowed if the domain matches exactly, see soup_cookie_jar_add_cookie_with_first_party() which calls soup_cookie_domain_matches() which calls soup_host_matches_host().

> If I visit plus.google.com, it should accept any google.com cookie request.
> Does it?

Should it really? Is that how Safari works? We should match whatever Safari does.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171024/71fe665d/attachment.html>


More information about the webkit-unassigned mailing list