Open
Bug 286077
Opened 20 years ago
Updated 2 years ago
Page info does not show images downloaded in JavaScript
Categories
(Firefox :: Page Info Window, enhancement)
Tracking
()
NEW
People
(Reporter: torben.putkonen, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050302 Firefox/1.0.1 Fedora/1.0.1-1.3.2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050302 Firefox/1.0.1 Fedora/1.0.1-1.3.2
The "Page Info" window does not show content that has been downloaded in
JavaScript and not displayed on the HTML page. For example when downloading URL
http://www.dilbert.com/ one can, by observing the status bar, see content being
downloaded from all kinds of hostnames that do not appear in the "Page Info" page.
Considering that this kind of downloads are almost exclusively used for tracking
users accross websites it would be a nice idea to see what kind of URL's were
accessed during a page download. One could then use that information when
blocking traffic in firewall, proxy or other program.
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•20 years ago
|
||
Here is a sample page that demonstrates the issue.
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
img = new Image;
img.src = "http://www.mozilla.org/images/mozilla-16.png";
// -->
</SCRIPT>
</HEAD>
<BODY>
<P>Test</P>
</BODY>
</HTML>
Comment 2•20 years ago
|
||
Confirming with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2)
Gecko/20050314 Firefox/1.0+
-> New
Bug 209330 may also have something to do with this, although not directly.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•18 years ago
|
Assignee: bugs → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•