Open
Bug 1413496
Opened 8 years ago
Favicons: three requests without reason
Categories
(SeaMonkey :: Location Bar, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: debian-bugs, Unassigned)
Details
Attachments
(1 file)
1021 bytes,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48
Build ID: 20170706221156
Steps to reproduce:
1. I typed address of my https server ( https://ig.fi/ ) to location bar and pressed enter.
2. In my server's shell, I viewed logs using tail -f.
3. I also clicked "reload" button.
Actual results:
Seamonkey retrieved favicon.ico file 3 times, and every time without a http-referer header. When I clicked reload button, browser retrieved favicon once more time. However, in this page there is no link to favicon.ico at all. Browser showed icon "black X on red ball". If there is valid http-referer header, my server gives different icon. It has some text on green backround.
Expected results:
Browser should retrieve a favicon.ico file once. And every request, there should be valid http-referer. Maybe there should be a settings for "Retrieve favicon.ico only if it is linked to requested page"
You need to log in
before you can comment on or make changes to this bug.
Description
•