[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:12:34 PDT 2012


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





--- Comment #8 from Jason <jason.liu at torchmobile.com.cn>  2012-05-06 21:12:34 PST ---
(In reply to comment #7)
> > > > 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 :)

I will try this. Thank you :)

-- 
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