Open Bug 484592 Opened 16 years ago Updated 2 years ago

Hovering over history sidebar items show user:pass@

Categories

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

defect

Tracking

()

People

(Reporter: Mardak, Unassigned)

References

(Depends on 1 open bug)

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
You need to log in before you can comment on or make changes to this bug.