[Webkit-unassigned] [Bug 84697] [BlackBerry] Auth credentials set in private mode are reused in public mode.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 6 21:07:02 PDT 2012


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





--- Comment #7 from Antonio Gomes <tonikitoo at webkit.org>  2012-05-06 21:07:02 PST ---

> > > Source/WebCore/platform/network/CredentialStorage.cpp:166
> > > +void CredentialStorage::setPrivateMode(const bool mode)
> > > +{
> > > +    if (!mode)
> > > +        protectionSpaceToCredentialMap().clear();
> > > +}
> > 
> > so here you delete all credentials you have, even the ones before entering private mode?
> 
> Yes. It is like cookies.
> And FireFox does like this, too. Can't find chrome's private mode.

ctrl+shitf+n :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list