diff --git a/mozilla/editor/ui/dialogs/content/EdPageProps.js b/mozilla/editor/ui/dialogs/content/EdPageProps.js index 94499a18b52..25a6cd6789b 100644 --- a/mozilla/editor/ui/dialogs/content/EdPageProps.js +++ b/mozilla/editor/ui/dialogs/content/EdPageProps.js @@ -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?