Closed
Bug 607937
Opened 14 years ago
Closed 14 years ago
if skype add-on enable then sending many unnecessary requests
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: zont, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
Make simple page with images tegs:
<img src="0.gif?123" alt="" width="16" height="16">
<img src="200.php?123" alt="" width="16" height="16">
<img src="204.php?1234" alt="" width="16" height="16">
If skype add-on is enabled, then on any page modification (adding any tag or remove any tag) skype send request with image src if src response 204, 404 or 200 with zero content.
Reproducible: Always
Steps to Reproduce:
1. install skype with browser add-on
2. enable add-on
3. goto page http://files.adriver.ru/share/firefox/skype/ and mousover on images/ Look at http requests/
![]() |
||
Comment 1•14 years ago
|
||
ZoNT, what skype add-on version do you have?
In version 5.0.0.6483 (last version of skype add-on) this bug in not present. It was present in previously versions.
I think, this bug may be closed.
![]() |
||
Comment 3•14 years ago
|
||
Do you happen to recall the version number it was present in, by any chance?
![]() |
||
Comment 5•14 years ago
|
||
Thanks!
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•