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:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user