- From: Doug Poulin <dougp@medinet.ca>
- Date: Thu, 30 Apr 2009 13:39:10 -0700
- To: "Boris Zbarsky" <bzbarsky@MIT.EDU>
- Cc: "DOM mailing list" <www-dom@w3.org>
I would think that if you had a method where you passed it a domain name and the browser cleared the authentication for that domain, that should be enough. Something like: browser.clearCredentials("http(s)://someDomain.com"); Then we wouldn't have to define what a login (button, link or whatever) looked like. You'd just have to run it through a javascript inside your web page prior to linking to the new page. Doug ----- Original Message ----- From: "Boris Zbarsky" <bzbarsky@MIT.EDU> To: "Doug Poulin" <dougp@medinet.ca> Sent: Thursday, April 30, 2009 11:48 AM Subject: Re: browser security improvement feature > Doug Poulin wrote: >> Just one more thought on this thread. It would make things really >> simple, if when you clicked on a >> login button (or link), you could have a javascript clear any possible >> login credentials before you tried to >> open the site. > > Yeah, I agree that this would be nice, if we could crisply define "login > credentials" and "login button" (should be doable). > > -Boris >
Received on Thursday, 30 April 2009 20:40:04 UTC