Closed Bug 484592 Opened 16 years ago Closed 2 years ago

Hovering over history sidebar items show user:pass@

Categories

(Firefox :: Bookmarks & History, defect, P3)

defect

Tracking

()

RESOLVED DUPLICATE of bug 130327

People

(Reporter: Mardak, Unassigned)

Details

I noticed this when someone said the new tab page was showing user/pass information when hovering over sites. I fixed it with bug 484588 by doing basically.. let text = uri.userPass ? uri.spec.replace(uri.userPass + "@", "") : uri.spec;
We should use createExposableURI if we're going to do this, but really we should just fix bug 130327 :)
Depends on: 130327
Priority: -- → P3
Severity: normal → S3
Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: 130327
Resolution: --- → DUPLICATE
No longer depends on: 130327
You need to log in before you can comment on or make changes to this bug.