Basic Authentication Info shown in tab title
Categories
(Firefox :: Tabbed Browser, defect, P2)
Tracking
()
People
(Reporter: vall.boitsova, Unassigned)
Details
Attachments
(1 file)
|
14.57 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0
Steps to reproduce:
Condition:
- apache2 webserver
- directory with basic authetication required
- directory doesn't have index.html file in it
Steps:
- Visit directory page (which will be browsed as "Index of /<directory>")
- Select a file to browse in a new tab
Actual results:
tab title is <login>:<password>@<ip>/<directory>/<file>.
Expected results:
tab title is <ip>/<directiory>/<file>
Hi,
since I cannot fulfill required conditions, I am not able to reproduce the issue. I've chosen a component for this bug in hope that someone with more expertise may look at it. We'll await their answer.
Regards,
Jerónimo.
Comment 2•5 years ago
|
||
to be triage per usual Necko process
Updated•5 years ago
|
Comment 3•5 years ago
|
||
I think this is a problem in how the document/docshell reports the title?
It should use nsISensitiveInfoHiddenURI instead of nsIURI.spec
Comment 4•5 years ago
|
||
The severity field is not set for this bug.
:smaug, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 5•5 years ago
|
||
Moving to Firefox Tabbed Browser component because this is a frontend bug.
Comment 6•5 years ago
|
||
The severity field is not set for this bug.
:dao, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•5 years ago
|
Comment 7•3 years ago
|
||
Given this has sat for 2 years, I assume it doesn't actually need to be S2.
Description
•