"Page icon" available on address bar, inconsistently
Categories
(Firefox :: Site Identity, defect, P2)
Tracking
()
People
(Reporter: kumar, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
- Open a non-https URL which contains a PDF file. For example: http://www.wag.caltech.edu/home/rpm/presentations/2002-02-Latex-Slides/latex_talk.pdf
- Look at address bar
Actual results:
A non-HTTPS URL contains page icon
in address, whereas a HTTPS URL contains a pad lock sign. For example, open this URL, you'll get a pad lock icon.
Expected results:
Either both HTTPS and non-HTTPS URL should contain a pad lock or like earlier, non-HTTPS URL should contain a pad lock with red cross line on it. I think, latter behavior is better because these files are actually not stored in computer (or more precisely stored in Mozilla's temporary directory), but we're still fetching it from the Internet.
Comment 2•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Updated•5 years ago
|
Comment 3•4 years ago
|
||
The severity field is not set for this bug.
:nhnt11, could you have a look please?
For more information, please visit auto_nag documentation.
One more instance,
Steps to reproduce
- Run a http server on local machine, if you have python installed run following command:
python -m http.server 9000
where9000
is a port address. - Open following address in browser
Actual behavior
There is no page icon symbol present on http://0.0.0.0:9000/ page whereas, for other two address page icon is present.
Expected behavior
Page icon should be present on every local page, consistently.
Updated•4 years ago
|
Is it a good first issue? If so, I would like to fix this issue.
Updated•4 years ago
|
Description
•