WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
19579
Third-party cookies blocked for non .com sites
https://bugs.webkit.org/show_bug.cgi?id=19579
Summary
Third-party cookies blocked for non .com sites
Max Smolev
Reported
2008-06-16 08:23:10 PDT
By default the option "accept cookies only from sites you navigate to" is selected. However, there seems to be an issue with handling sites that are not .com. Problem happens when an iframe from subdomain tries to set a cookie. i.e:
http://www.somesite.com/page.html
has an iframe with an address
http://engine.somesite.com/iframe.html
and tries to set a cookie for domain engine.somesite.com This will work correctly. But if instead of ".com" the site is in ".ca" or ".nl" or anything else, the cookie from
http://engine.somesite.ca/iframe.html
will be rejected. This issue is present in Safari on PC and Mac platforms.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2008-06-16 13:38:58 PDT
This is not an issue in open source WebKit, so it needs to be filed to <htto://bugreport.apple.com> for Apple engineers working on the closed source system libraries responsible for this to take a look. Closing as INVALID per our process.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug