Closed
Bug 80580
Opened 24 years ago
Closed 24 years ago
External *.js files loaded even when JavaScript disabled
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: martin, Assigned: rogerl)
References
()
Details
Even when JavaScript is disabled the browser still loads external *.js files.
Steps: disable JavaScript, and the load the following page.
In the status bar you'll see "Transfering data from a1028.g.akamai.net". The
JavaScript code does not execute - but it should also not load the *.js file.
<html>
<head>
<SCRIPT LANGUAGE="JavaScript"
SRC="http://a1028.g.akamai.net/6/1028/968/444516c765e1c0/lunafetch.about.com/cgi/luna/lunaD.js?vpn=000575"></SCRIPT>
</head>
<body>
</body>
</html>
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 66857 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•