Strip password when displaying doc url, b=134695, r=brade, sr=kin, a=asa ,adt1.0,0+

git-svn-id: svn://10.0.0.236/trunk@118114 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
2002-04-04 14:30:15 +00:00
parent f53637c942
commit f3fe151ac5

View File

@@ -50,7 +50,8 @@ function Startup()
if (!IsUrlAboutBlank(location))
{
gDialog.PageLocation.setAttribute("value", GetDocumentUrl());
// NEVER show username and password in clear text
gDialog.PageLocation.setAttribute("value", StripPassword(location));
// Get last-modified file date+time
// TODO: Convert this to local time?