Issue 3338: Cookie management
http://code.google.com/p/chromium/issues/detail?id=3338

Comment #2 by collin.jackson:
See CookiePolicy.cpp for the current policy:

http://src.chromium.org/viewvc/chrome/trunk/src/net/base/cookie_policy.cc

The policy is also documented here:

http://www.google.com/support/chrome/bin/answer.py?hl=en&answer=95647

"Block all cookies" blocks both first-party and third-party cookies so  
that's already
implemented. "Restrict third-party cookies" matches Safari's third-party  
cookie
blocking behavior.

We can easily add more options to the user interface (perhaps one that  
matches
Firefox's behavior) but we might want to be careful about bloating the user  
interface
with too many options. Maybe a command line flag would be better?



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to